POSIX Compliant Makefile

This commit is contained in:
Night Kaly 2024-10-22 00:59:00 +01:00
parent 5f0aad27f7
commit 92572b05b4
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -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