f3e3aab35a
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
15 lines
256 B
Makefile
15 lines
256 B
Makefile
thisdir = tools/resgen
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
PROGRAM = resgen.exe
|
|
|
|
CLEAN_FILES = resgen.exe
|
|
|
|
INSTALL_PROFILE := $(filter $(DEFAULT_PROFILE), $(PROFILE))
|
|
ifndef INSTALL_PROFILE
|
|
NO_INSTALL = yes
|
|
endif
|
|
|
|
include ../../build/executable.make
|