prune export lines
This commit is contained in:
parent
4f89cc7757
commit
ff11966791
7
Makefile
7
Makefile
@ -4,11 +4,8 @@ PREFIX := .
|
|||||||
|
|
||||||
CP := cp -f
|
CP := cp -f
|
||||||
|
|
||||||
CFLAGS := -std=c89 -Wall -Wextra -Wpedantic -Wshadow -Wundef
|
export CFLAGS := -std=c89 -Wall -Wextra -Wpedantic -Wshadow -Wundef
|
||||||
CPPFLAGS := -D_FORTIFY_SOURCE=2
|
export CPPFLAGS := -D_FORTIFY_SOURCE=2
|
||||||
|
|
||||||
export CFLAGS
|
|
||||||
export CPPFLAGS
|
|
||||||
|
|
||||||
all: plug/libplug.so src/plugin
|
all: plug/libplug.so src/plugin
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user