summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2006-12-08 20:28:17 +0000
committererdgeist <>2006-12-08 20:28:17 +0000
commit898206ac7a254325a53f1a4c418ce702755de040 (patch)
treeb831d48bbbbca43d265d3e01c883ed91e786aed4 /Makefile
parent83e339bbe05e150c819f8e5a90ebe5d6861b4b34 (diff)
Some syntax errors removed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22ddea9..b61849c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC?=gcc
2CFLAGS+=-I../libowfat -Wall -O2 -pipe 2CFLAGS+=-I../libowfat -Wall -O2 -pipe
3LDFLAGS+=-L../libowfat/ -lowfat -s 3LDFLAGS+=-L../libowfat/ -lowfat -s
4 4
5SOURCES=opentracker.c trackerlogic.c 5SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c
6 6
7opentracker: $(SOURCES) 7opentracker: $(SOURCES)
8 $(CC) $(SOURCES) -o opentracker $(CFLAGS) $(LDFLAGS) 8 $(CC) $(SOURCES) -o opentracker $(CFLAGS) $(LDFLAGS)