Archived
1
0

prune export lines

This commit is contained in:
Emil 2023-09-06 13:49:41 +00:00
parent 4f89cc7757
commit ff11966791
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

View File

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