no point making a release target, just run mk_release

This commit is contained in:
Joe Thornber 2011-12-09 13:01:56 +00:00
parent b4e678b42e
commit 78e37bb234

View File

@ -69,17 +69,12 @@ thin_repair: $(OBJECTS) thin_repair.o
clean:
rm -f *.o unit-tests/*.o $(TEST_PROGRAMS) $(PROGRAMS)
.PHONEY: install
install: $(PROGRAMS)
$(INSTALL_PROGRAM) -D thin_repair $(BINDIR)/thin_repair
$(INSTALL_PROGRAM) -D thin_dump $(BINDIR)/thin_dump
$(INSTALL_PROGRAM) -D thin_restore $(BINDIR)/thin_restore
.PHONEY: release
release:
include $(subst .cc,.d,$(SOURCE))
include $(subst .cc,.d,$(TEST_SOURCE))
include $(subst .cc,.d,$(PROGRAM_SOURCE))