Skip to content

Commit

Permalink
clerical error
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Aug 10, 2019
1 parent 18079be commit 8444f21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file removed macrandrd-0.1.0.tar.gz
Binary file not shown.
12 changes: 10 additions & 2 deletions mkinfo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@ CFLAGS+= -Wunused-variable
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes

dist: clean
dist:
@echo "Cleaning up..."
@rm -f ${NAME} *.o ${DAEMON_NAME}-*.tar.gz tags.* src/${NAME}.o
@echo "Cleaning up: done."
@tar -czNs "|\(.*\)|${DAEMON_NAME}-${V}/\1|" -f ${DAEMON_NAME}-${V}.tar.gz *
@tar -czNs "|\(.*\)|${DAEMON_NAME}-${V}/\1|" -f ../${DAEMON_NAME}-${V}.tar.gz *
@echo "${DAEMON_NAME}-${V}.tar.gz"


uninstall_and_dist: clean
@echo "Cleaning up..."
@rm -f ${NAME} *.o ${DAEMON_NAME}-*.tar.gz tags.* src/${NAME}.o
@echo "Cleaning up: done."
@tar -czNs "|\(.*\)|${DAEMON_NAME}-${V}/\1|" -f ../${DAEMON_NAME}-${V}.tar.gz *
@echo "${DAEMON_NAME}-${V}.tar.gz"

0 comments on commit 8444f21

Please sign in to comment.