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