diff options
author | Thomas Menari <spaceinvader@chaotika.org> | 2009-06-08 10:47:56 +0100 |
---|---|---|
committer | Thomas Menari <spaceinvader@chaotika.org> | 2009-06-08 10:47:56 +0100 |
commit | b6e181e82acc2f20085410f720b8ceeed8a8cbe3 (patch) | |
tree | 2d82e232f9da9f2049b5945b8fe986913ab2e73c /Makefile | |
parent | 92e8fd101c7b74cd9139bcdd061ab4a58f19a193 (diff) |
merged, now has download bar, other misc fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p surf-${VERSION} - @cp -R LICENSE Makefile README config.def.h config.mk \ + @cp -R LICENSE Makefile README config.mk \ surf.1 ${SRC} surf-${VERSION} @tar -cf surf-${VERSION}.tar surf-${VERSION} @gzip surf-${VERSION}.tar |