6 lines
66 B
Makefile
6 lines
66 B
Makefile
|
test:
|
||
|
fpc -Fu../ RandomTest.pas
|
||
|
|
||
|
clean:
|
||
|
rm *.o; rm RandomTest;
|
||
|
|