mirror of
git://erdgeist.org/opentracker
synced 2025-07-23 17:05:20 +02:00
freebsd support
This commit is contained in:
parent
b7526f25e8
commit
15d9d55c34
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
CC?=gcc
|
||||
CFLAGS+=-I../libowfat -Wall -pipe -Os
|
||||
LDFLAGS+=-L../libowfat/ -lowfat -s
|
||||
LDFLAGS+=-L../libowfat/ -lowfat -s -lm
|
||||
|
||||
HEADERS=trackerlogic.h scan_urlencoded_query.h
|
||||
SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c
|
||||
|
|
Loading…
Add table
Reference in a new issue