dist doesn't work. fixing Makefile.
This commit is contained in:
parent
32698c9e9f
commit
486a9cc908
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ clean:
|
|||
dist: clean
|
||||
@echo creating dist tarball
|
||||
@mkdir -p surf-${VERSION}
|
||||
@cp -R LICENSE Makefile README config.mk \
|
||||
@cp -R LICENSE Makefile config.mk \
|
||||
surf.1 ${SRC} surf-${VERSION}
|
||||
@tar -cf surf-${VERSION}.tar surf-${VERSION}
|
||||
@gzip surf-${VERSION}.tar
|
||||
|
|
Loading…
Reference in a new issue