blob: e707d13bc1ea2186fb55c3af24dc95e211198393 (
plain)
1
2
3
4
5
6
7
8
9
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
|