mirror of
git://git.suckless.org/ubase
synced 2025-02-08 06:16:51 +00:00
Add TODO
This commit is contained in:
parent
367d26ad07
commit
6fa02c77b3
2
Makefile
2
Makefile
@ -85,7 +85,7 @@ uninstall:
|
||||
dist: clean
|
||||
@echo creating dist tarball
|
||||
@mkdir -p ubase-$(VERSION)
|
||||
@cp -r LICENSE Makefile config.mk $(SRC) $(MAN) util $(HDR) ubase-$(VERSION)
|
||||
@cp -r LICENSE Makefile config.mk TODO $(SRC) $(MAN) util $(HDR) ubase-$(VERSION)
|
||||
@tar -cf ubase-$(VERSION).tar ubase-$(VERSION)
|
||||
@gzip ubase-$(VERSION).tar
|
||||
@rm -rf ubase-$(VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user