summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index fc0753eb9a..5cf1ebd8a2 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -25,6 +25,8 @@ endif
25# This sets up 'SRC' based on the files mentioned in SOURCES 25# This sets up 'SRC' based on the files mentioned in SOURCES
26include $(TOOLSDIR)/makesrc.inc 26include $(TOOLSDIR)/makesrc.inc
27 27
28DEFINES = $(DEBUG)
29
28DIRS = . 30DIRS = .
29 31
30ifdef APPEXTRA 32ifdef APPEXTRA