[go: up one dir, main page]

Menu

[dc7c28]: / utils / GNUmakefile  Maximize  Restore  History

Download this file

16 lines (8 with data), 212 Bytes

 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))