no point making a release target, just run mk_release
This commit is contained in:
parent
b4e678b42e
commit
78e37bb234
@ -69,17 +69,12 @@ thin_repair: $(OBJECTS) thin_repair.o
|
|||||||
clean:
|
clean:
|
||||||
rm -f *.o unit-tests/*.o $(TEST_PROGRAMS) $(PROGRAMS)
|
rm -f *.o unit-tests/*.o $(TEST_PROGRAMS) $(PROGRAMS)
|
||||||
|
|
||||||
|
|
||||||
.PHONEY: install
|
.PHONEY: install
|
||||||
install: $(PROGRAMS)
|
install: $(PROGRAMS)
|
||||||
$(INSTALL_PROGRAM) -D thin_repair $(BINDIR)/thin_repair
|
$(INSTALL_PROGRAM) -D thin_repair $(BINDIR)/thin_repair
|
||||||
$(INSTALL_PROGRAM) -D thin_dump $(BINDIR)/thin_dump
|
$(INSTALL_PROGRAM) -D thin_dump $(BINDIR)/thin_dump
|
||||||
$(INSTALL_PROGRAM) -D thin_restore $(BINDIR)/thin_restore
|
$(INSTALL_PROGRAM) -D thin_restore $(BINDIR)/thin_restore
|
||||||
|
|
||||||
.PHONEY: release
|
|
||||||
release:
|
|
||||||
|
|
||||||
|
|
||||||
include $(subst .cc,.d,$(SOURCE))
|
include $(subst .cc,.d,$(SOURCE))
|
||||||
include $(subst .cc,.d,$(TEST_SOURCE))
|
include $(subst .cc,.d,$(TEST_SOURCE))
|
||||||
include $(subst .cc,.d,$(PROGRAM_SOURCE))
|
include $(subst .cc,.d,$(PROGRAM_SOURCE))
|
||||||
|
Loading…
Reference in New Issue
Block a user