ROBChain/Makefile
2020-02-11 17:13:28 -05:00

13 lines
174 B
Makefile

python=python3
POC_PATH=poc/exploit.mscsb
poc: $(POC_PATH)
$(python) inject.py $<
clean:
rm -r data
$(MAKE) --directory=poc clean
$(POC_PATH):
$(MAKE) --directory=poc