diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2012-12-07 15:31:52 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2012-12-07 15:31:52 +0100 |
commit | 3cca83a352842d58b8ab2d01fc2594ae2e284a50 (patch) | |
tree | 641b4ef93cb08db735bf9f0178ad3467f95f137e /Makefile | |
parent | 2c628b69ab19817ff219bf1fd51f4517c3b87c67 (diff) | |
parent | 26b8b48b4952249a13855a21946955a10c77837f (diff) |
Merge branch 'master' of https://git.oftal.dk/debug
Conflicts:
Makefile
debug.c
main.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ include Makefile.files all: - gcc ${DEBUG_SOURCES} main.c debug_syslog.c -o debug -DWITH_DBG_SYSLOG -# -DWITH_DBG_MUTEX + gcc ${DEBUG_SOURCES} main.c debug_syslog.c -o debug -DWITH_DBG_SYSLOG -DWITH_DBG_FILTER |