PP=fpc
DELP=delp
PATHS=-Fu../../lib -Fi../../lib/sys
ARGS=$(PATHS) -O2 -XX -Xs
SRC=linkserver.pas

all:
	$(PP) $(ARGS) $(SRC)

clean:
	$(DELP) .