Olive.Random/tests/Makefile

6 lines
74 B
Makefile
Raw Normal View History

2016-05-04 10:28:06 -07:00
test:
2020-08-01 16:30:51 -07:00
fpc -Fu"../src;.." RandomTest.pas
2016-05-04 10:28:06 -07:00
clean:
rm *.o; rm RandomTest;