forked from github/abduco
Add debug.c to Makefile tarball generation target
This commit is contained in:
parent
17ad51acae
commit
c999a6322b
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ dist: clean
|
|||
@echo creating dist tarball
|
||||
@mkdir -p abduco-${VERSION}
|
||||
@cp -R LICENSE Makefile README config.def.h config.mk \
|
||||
${SRC} client.c server.c forkpty-aix.c abduco.1 abduco-${VERSION}
|
||||
${SRC} debug.c client.c server.c forkpty-aix.c abduco.1 abduco-${VERSION}
|
||||
@tar -cf abduco-${VERSION}.tar abduco-${VERSION}
|
||||
@gzip abduco-${VERSION}.tar
|
||||
@rm -rf abduco-${VERSION}
|
||||
|
|
|
|||
Loading…
Reference in New Issue