Skip to content
Snippets Groups Projects
Commit dfb102e4 authored by Kurucz György's avatar Kurucz György
Browse files

Added todo file, and zip generation to Makefile.

parent 05260b87
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ main ...@@ -2,3 +2,4 @@ main
test test
spec.* spec.*
!spec.tex !spec.tex
*.zip
...@@ -12,6 +12,9 @@ test: test_ ...@@ -12,6 +12,9 @@ test: test_
test_: test_:
$(compiler) $(test_src) -o test $(compiler) $(test_src) -o test
./test ./test
zip: nhf.zip
nhf.zip: spec.pdf
bsdtar -a -cf nhf.zip include src Makefile TODO spec.pdf
spec: spec.pdf spec: spec.pdf
spec.pdf: spec.tex spec.pdf: spec.tex
latexmk -pdf spec.tex latexmk -pdf spec.tex
......
TODO 0 → 100644
Ami még hiányzik:
programozói dokumentáció
felhasználói dokumentáció
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment