Add Makefile as dependency to target archive

This commit is contained in:
zenon 2018-06-20 16:29:48 +02:00
parent 843a9e0e6e
commit 3d69e5b7a3

View File

@ -25,7 +25,7 @@ generator: generator.o
docs: Doxyfile supervisor.c generator.c common.h docs: Doxyfile supervisor.c generator.c common.h
doxygen Doxyfile doxygen Doxyfile
archive: Doxyfile supervisor.c generator.c common.h archive: Makefile Doxyfile supervisor.c generator.c common.h
tar -czvf exercise3.tgz $^ tar -czvf exercise3.tgz $^
clean: clean: