stop using indent for a while, breaks small checkins
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@101 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
0b590733ff
commit
d80b867622
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ y.tab.c: config.y
|
||||||
lex.yy.o: lex.yy.c
|
lex.yy.o: lex.yy.c
|
||||||
y.tab.o: y.tab.c
|
y.tab.o: y.tab.c
|
||||||
|
|
||||||
dist: clean indent
|
dist: clean
|
||||||
rm -rf $(NAME)-$(VERSION)
|
rm -rf $(NAME)-$(VERSION)
|
||||||
(cd .. && ln -sf $(CURDIR) $(NAME)-$(VERSION))
|
(cd .. && ln -sf $(CURDIR) $(NAME)-$(VERSION))
|
||||||
(cd .. && tar $(addprefix --exclude ,$(exclusions)) -chzf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION))
|
(cd .. && tar $(addprefix --exclude ,$(exclusions)) -chzf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION))
|
||||||
|
|
Loading…
Reference in New Issue