diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-04-06 20:44:47 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-04-06 20:44:47 +0200 |
commit | b137773914989ad9e6158f286ff0bb247db4d5ea (patch) | |
tree | 5759345b9fa010946eacef93da36f7124b3c2a70 /Makefile | |
parent | c4e4f05fa6e5044cb668cd5db4ffbd933a6469d8 (diff) |
Introduce ARG* macros to simplify arg handling.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ dist: clean @echo creating dist tarball @mkdir -p tabbed-${VERSION} @cp -R LICENSE Makefile README config.def.h config.mk \ - tabbed.1 ${SRC} tabbed-${VERSION} + tabbed.1 arg.h ${SRC} tabbed-${VERSION} @tar -cf tabbed-${VERSION}.tar tabbed-${VERSION} @gzip tabbed-${VERSION}.tar @rm -rf tabbed-${VERSION} |