9 lines
72 B
Makefile
9 lines
72 B
Makefile
|
|
|
|
thun: thun.pl
|
|
gplc -o thun thun.pl
|
|
|
|
foo: foo.pl
|
|
gplc -o foo foo.pl
|
|
|