Skip to content
Snippets Groups Projects
Commit a1c780cc authored by Eckl, Máté's avatar Eckl, Máté
Browse files

Makefile + zipin javítás

parent f902ae8a
Branches
No related tags found
No related merge requests found
...@@ -6,5 +6,8 @@ heap.o : include/heap.h src/heap.cpp ...@@ -6,5 +6,8 @@ heap.o : include/heap.h src/heap.cpp
c++ -I include/ -c src/heap.cpp c++ -I include/ -c src/heap.cpp
test_container.o : include/test_container.h include/proc_test.h test_container.o : include/test_container.h include/proc_test.h
c++ -I include/ -c src/test_container.cpp c++ -I include/ -c src/test_container.cpp
clean : clean :
rm NHF main.o heap.o test_container.o rm NHF main.o heap.o test_container.o
doc:
libreoffice --invisible --convert-to pdf ../Dokumentáció.odt
#! /bin/bash #! /bin/bash
#echo "$(readlink -f $0 | sed 's/zipin.sh$//')" #így már nem kell a szkript mappájában állni futtatáskor
FILENAME=prog2-NHF FILENAME=prog2-NHF
( (
libreoffice --invisible --convert-to pdf --outdir /tmp Dokumentáció.odt libreoffice --invisible --convert-to pdf --outdir /tmp Dokumentáció.odt
...@@ -7,4 +8,3 @@ FILENAME=prog2-NHF ...@@ -7,4 +8,3 @@ FILENAME=prog2-NHF
)& )&
cd NHF cd NHF
zip -r /tmp/$FILENAME.zip main.cpp include src tests zip -r /tmp/$FILENAME.zip main.cpp include src tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment