Olive.Random/tests/Makefile

6 lines
74 B
Makefile

test:
fpc -Fu"../src;.." RandomTest.pas
clean:
rm *.o; rm RandomTest;