diff options
author | denis <> | 2006-12-15 22:10:55 +0000 |
---|---|---|
committer | denis <> | 2006-12-15 22:10:55 +0000 |
commit | 4c8d8daf06ffe0f68161ea88dc7ccaccf0e6d5bb (patch) | |
tree | ae56193c0e197b3bb4a1002ac2fdad4532d5c05b /Makefile | |
parent | af147a1d147ce79636656b1b835230be29b6c3b9 (diff) |
fix for freebsd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | CC?=gcc | 1 | CC?=gcc |
2 | CFLAGS+=-I../libowfat -Wall -pipe -O2 | 2 | CFLAGS+=-I../libowfat -Wall -pipe -O2 |
3 | LDFLAGS+=-L../libowfat/ -lowfat -s | 3 | LDFLAGS+=-L../libowfat/ -lowfat -s -lm |
4 | 4 | ||
5 | SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c | 5 | SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c |
6 | 6 | ||