summaryrefslogtreecommitdiff
path: root/Makefile.files
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.files')
-rw-r--r--Makefile.files10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.files b/Makefile.files
new file mode 100644
index 0000000..e707d13
--- /dev/null
+++ b/Makefile.files
@@ -0,0 +1,10 @@
+#
+# Include this file from your project Makefile and add the
+# variable DEBUG_SOURCES to the files that need compilation.
+#
+
+DEBUG_SOURCES = \
+ debug.c
+
+DEBUG_EXTRA_DIST = \
+ debug.h \ No newline at end of file