diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-18 18:18:56 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-18 18:18:56 +0000 |
commit | 0c7b93feba2b421ef612607b625de845c0dd2e70 (patch) | |
tree | 24685644fb452215850f0b0ece88111a897e7af8 /bruiser/luatablegen/makefile | |
parent | updating faultreiber and tablegen to their respective latest commits (diff) | |
download | mutator-0c7b93feba2b421ef612607b625de845c0dd2e70.tar.gz mutator-0c7b93feba2b421ef612607b625de845c0dd2e70.zip |
makefile updates for obfuscator and bruiser
Diffstat (limited to 'bruiser/luatablegen/makefile')
-rw-r--r-- | bruiser/luatablegen/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/luatablegen/makefile b/bruiser/luatablegen/makefile index a4ecdaf..472c591 100644 --- a/bruiser/luatablegen/makefile +++ b/bruiser/luatablegen/makefile @@ -1,6 +1,6 @@ CC=clang CC?=clang -CC_FLAGS=$(shell $(PY_CONF) --includes) +CC_FLAGS=$(shell $(PY_CONF) --includes) -fpic CC_EXTRA?= CC_FLAGS+=$(CC_EXTRA) SRCS=$(wildcard *.c) |