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