fpc/packages/openssl/examples/Makefile
marco 00967cec59 * openssl moved
git-svn-id: trunk@10032 -
2008-01-27 10:56:35 +00:00

9 lines
83 B
Makefile

PP=fpc
ARGS=-O2 -XX -Xs
DELP=delp
all:
$(PP) $(ARGS) test1.pas
clean:
$(DELP) .