Olive.Random/tests/Makefile

6 lines
66 B
Makefile
Raw Normal View History

2016-05-04 10:28:06 -07:00
test:
fpc -Fu../ RandomTest.pas
clean:
rm *.o; rm RandomTest;