mirror of
https://github.com/fsr/ese-spiel
synced 2025-05-21 20:38:47 +02:00
add actual rules und materials
This commit is contained in:
parent
6da39e9f54
commit
a51e7e1a22
77 changed files with 42230 additions and 0 deletions
16
aemter_punkte/Makefile
Normal file
16
aemter_punkte/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
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 *****
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue