POSIX Compliant Makefile
This commit is contained in:
parent
5f0aad27f7
commit
92572b05b4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ BINDIR = $(PREFIX)/bin
|
|||
MANDIR = $(PREFIX)/share/man/man1
|
||||
|
||||
# Flags
|
||||
LDFLAGS = $(shell pkg-config --libs libcurl)
|
||||
LDFLAGS != pkg-config --libs libcurl
|
||||
CFLAGS = -O3 -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
|
||||
|
||||
SRC = bob.c
|
||||
|
|
Loading…
Reference in a new issue