Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
include Makefile.common all: create TESTS += $(TESTS_EXTRA) include ../Makefile.subdir.gnu create: $(UTIL_BINARIES:=.$(bin)) createdisks.$o: CPPFLAGS += -DNDEBUG clean:: $(RM) $(UTIL_BINARIES:=.$(bin))