diff options
| author | anselm@garbe.us <unknown> | 2010-08-06 09:52:12 +0100 |
|---|---|---|
| committer | anselm@garbe.us <unknown> | 2010-08-06 09:52:12 +0100 |
| commit | fdaf2adbc98db2979e68fbb653620a974c338d0a (patch) | |
| tree | 499d3418b4e47765efa74a079587019b16ec246a /Makefile | |
| parent | a4ba8e3b08cff1046e87c59ad688b8f7f6c42a41 (diff) | |
| download | cic-fdaf2adbc98db2979e68fbb653620a974c338d0a.tar.gz | |
fixed issue reported by serge on irc, util.c was excluded in dist target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p sic-${VERSION} - @cp -R LICENSE Makefile README config.mk sic.1 ${SRC} sic-${VERSION} + @cp -R LICENSE Makefile README config.mk sic.1 sic.c util.c sic-${VERSION} @tar -cf sic-${VERSION}.tar sic-${VERSION} @gzip sic-${VERSION}.tar @rm -rf sic-${VERSION} |
