Add specification for Profile scripting language
This commit is contained in:
10
temp-profile-spec/Makefile
Normal file
10
temp-profile-spec/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
target=specification
|
||||
|
||||
.PHONY: $(target).pdf all clean
|
||||
|
||||
all: $(target).pdf
|
||||
|
||||
$(target).pdf: $(target).tex
|
||||
latexmk -pdf -pdflatex="pdflatex -interaction=nostopmode -shell-escape" -use-make $^
|
||||
clean:
|
||||
latexmk -CA
|
Reference in New Issue
Block a user