Added dist and distclean options
This commit is contained in:
parent
d9081bcffb
commit
ef8efcb3e0
@ -1,4 +1,4 @@
|
|||||||
.PHONY: all clean test install todo
|
.PHONY: all clean test install dist distclean
|
||||||
|
|
||||||
all: d-.go
|
all: d-.go
|
||||||
clean:
|
clean:
|
||||||
@ -11,5 +11,9 @@ install: d-.scm d-.go
|
|||||||
uninstall:
|
uninstall:
|
||||||
rm -f "$(INSTALL_PREFIX)/share/guile/site/3.0/d-.scm"
|
rm -f "$(INSTALL_PREFIX)/share/guile/site/3.0/d-.scm"
|
||||||
rm -f "$(INSTALL_PREFIX)/lib/guile/3.0/site-ccache/d-.go"
|
rm -f "$(INSTALL_PREFIX)/lib/guile/3.0/site-ccache/d-.go"
|
||||||
|
dist:
|
||||||
|
tar cvzf d-PRERELEASE.tar.gz configure Makefile.in test.scm d-.scm
|
||||||
|
distclean: clean
|
||||||
|
rm Makefile
|
||||||
%.go: %.scm
|
%.go: %.scm
|
||||||
guild compile $^ -o $@
|
guild compile $^ -o $@
|
||||||
|
Loading…
Reference in New Issue
Block a user