3
0
Fork 0
mirror of https://github.com/fsr/ese-spiel synced 2024-11-15 12:23:11 +01:00
ese-spiel/aemter_punkte/Makefile
2015-08-06 10:23:43 +02:00

17 lines
184 B
Makefile

all: ps clean
.PHONY : clean distclean
clean:
-rm *.aux *.dvi *.log caption.tex
distclean: clean
-rm *.ps
ps:
chmod 700 buildps.pl
./buildps.pl
# ***** end of source *****