clean up makefile

This commit is contained in:
Vitor Santos Costa
2014-02-10 23:31:33 +00:00
parent 00f0d449ec
commit 9a46cdac9b
11 changed files with 736 additions and 1115 deletions

View File

@@ -56,6 +56,11 @@ yap_random.o: $(srcdir)/yap_random.c
install: all
$(INSTALL_PROGRAM) $(SOBJS) $(DESTDIR)$(YAPLIBDIR)
install-examples:
clean:
rm -f *.o *~ $(OBJS) $(SOBJS) *.BAK
realclean: clean
rm -f Makefile $(SOBJS)