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
Branches
Tags
No related merge requests found
......@@ -2,3 +2,4 @@ main
test
spec.*
!spec.tex
*.zip
......@@ -12,6 +12,9 @@ test: test_
test_:
$(compiler) $(test_src) -o test
./test
zip: nhf.zip
nhf.zip: spec.pdf
bsdtar -a -cf nhf.zip include src Makefile TODO spec.pdf
spec: spec.pdf
spec.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