7 lines
81 B
Makefile
7 lines
81 B
Makefile
GPLC_OPTIONS="--min-size"
|
|
|
|
thun: thun.pl
|
|
gplc $(GPLC_OPTIONS) -o thun thun.pl
|
|
|
|
|