Add spec document in progress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
include ../config.mk
|
||||
|
||||
all : main.pdf
|
||||
|
||||
main.pdf : main.tex
|
||||
pdflatex main.tex
|
||||
|
||||
clean :
|
||||
rm -f main.pdf main.aux main.log
|
||||
Reference in New Issue
Block a user