[go: up one dir, main page]

Menu

[8e227d]: / utils / GNUmakefile  Maximize  Restore  History

Download this file

17 lines (9 with data), 241 Bytes

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