big makefile cleanup

This commit is contained in:
Vítor Santos Costa
2014-02-13 01:58:48 +00:00
parent 0420169bd0
commit 1d27d22ef0
46 changed files with 154 additions and 56 deletions

View File

@@ -66,3 +66,10 @@ install: $(PROGRAMS)
mkdir -p $(DESTDIR)$(SHAREDIR)/dcg
for p in $(PROGRAMS); do $(INSTALL_DATA) $$p $(DESTDIR)$(SHAREDIR)/Yap; done
install-examples:
clean:
distclean: clean
rm -f Makefile

View File

@@ -34,3 +34,7 @@ install: $(PROGRAMS)
install-examples:
clean:
distclean: clean
rm -f Makefile