diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-10-18 13:10:15 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-10-18 13:10:15 -0400 |
commit | f3545b2e8720a7116fec377c8b748b45cc3c5fa2 (patch) | |
tree | fb2f35af7297495f6a7cd571d6e4416794b097e1 /Makefile | |
parent | 3d07fc5c31dafaadecfea2b338471d9df648b00c (diff) |
implement sched_trace multifile walking support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | CFLAGS=-Wall -g -Iinclude/ -D_XOPEN_SOURCE=600 | 1 | CFLAGS=-Wall -Wdeclaration-after-statement -g -Iinclude/ -D_XOPEN_SOURCE=600 |
2 | CPPFLAGS=-Wall -g | 2 | CPPFLAGS=-Wall -g |
3 | 3 | ||
4 | LIBS= ./liblitmus.a | 4 | LIBS= ./liblitmus.a |