8 lines
64 B
Makefile
8 lines
64 B
Makefile
if DEBUG
|
|
DBG = debug
|
|
else
|
|
DBG =
|
|
endif
|
|
noinst_PROGRAMS = $(DBG)
|
|
|