Compile on more platforms
This commit is contained in:
parent
4f4140b56f
commit
8b84b42438
@ -3,7 +3,7 @@ PREFIX = /usr/local
|
||||
DESTDIR =
|
||||
BINDIR = $(PREFIX)/bin
|
||||
CC = cc
|
||||
CFLAGSF = -W -Wall -ansi -I /System/Include
|
||||
CFLAGSF = -W -Wall -ansi -I /System/Include -D_GNU_SOURCE
|
||||
CFLAGS = -g
|
||||
LDFLAGSF= -L /System/Libraries -l System -l dl
|
||||
RM = rm -f
|
||||
|
Loading…
Reference in New Issue
Block a user