Merge pull request #19 from owl4ce/patch-2
Makefile: Force `cp` to overwrite the existing one
This commit is contained in:
commit
ea10b0baf7
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ gconv-modules:
|
|||||||
.PHONY: gconvpath
|
.PHONY: gconvpath
|
||||||
gconvpath:
|
gconvpath:
|
||||||
mkdir -p GCONV_PATH=.
|
mkdir -p GCONV_PATH=.
|
||||||
cp $(TRUE) GCONV_PATH=./pwnkit.so:.
|
cp -f $(TRUE) GCONV_PATH=./pwnkit.so:.
|
||||||
|
|
||||||
pwnkit.so: pwnkit.c
|
pwnkit.so: pwnkit.c
|
||||||
$(CC) $(CFLAGS) --shared -fPIC -o $@ $<
|
$(CC) $(CFLAGS) --shared -fPIC -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user