Add Makefile as dependency to target archive
This commit is contained in:
parent
843a9e0e6e
commit
3d69e5b7a3
2
Makefile
2
Makefile
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user