Simplify Makefile
This commit is contained in:
parent
5aa09e2db8
commit
08910873cf
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -1,6 +1,5 @@
|
||||||
CFLAGS = -g -O3 -ansi -pedantic -Wall -Wextra -Wno-unused-parameter -Isrc
|
CFLAGS = -g -O3 -ansi -pedantic -Wall -Wextra -Wno-unused-parameter -Isrc
|
||||||
PREFIX ?= /usr/local
|
PREFIX = /usr/local
|
||||||
DESTDIR ?= /
|
|
||||||
|
|
||||||
ifneq ($(OS),Windows_NT)
|
ifneq ($(OS),Windows_NT)
|
||||||
CFLAGS += -fPIC
|
CFLAGS += -fPIC
|
||||||
|
|
Loading…
Reference in a new issue