diff options
author | denis <> | 2006-12-08 22:37:44 +0000 |
---|---|---|
committer | denis <> | 2006-12-08 22:37:44 +0000 |
commit | dc025776dd77e2f8da1e2ee0667962115bf90bc8 (patch) | |
tree | da7d6791a24e9d3a101a5d9a59213dc3b7080df0 /Makefile | |
parent | 62a9b0253280d5ef9636bcee5e26c3a288d0a9ec (diff) |
Begun printf debugging
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | CC?=gcc | 1 | CC?=gcc |
2 | CFLAGS+=-I../libowfat -Wall -O2 -pipe | 2 | CFLAGS+=-I../libowfat -Wall -pipe -g -ggdb |
3 | LDFLAGS+=-L../libowfat/ -lowfat -s | 3 | LDFLAGS+=-L../libowfat/ -lowfat |
4 | 4 | ||
5 | SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c | 5 | SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c |
6 | 6 | ||