mirror of https://github.com/openXC7/prjxray.git
Remove some unused targets from fuzzaddr/common.mk
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
6a50598cdc
commit
61d4a43b3f
|
|
@ -13,14 +13,8 @@ $(SPECIMENS_OK):
|
|||
GENERATE_ARGS=${GENERATE_ARGS} bash ../fuzzaddr/generate.sh $(subst /OK,,$@)
|
||||
touch $@
|
||||
|
||||
run:
|
||||
rm -rf $(BUILD_DIR) run.${XRAY_PART}.ok
|
||||
$(MAKE) database
|
||||
$(MAKE) pushdb
|
||||
touch run.${XRAY_PART}.ok
|
||||
|
||||
clean:
|
||||
rm -rf build_* run.*.ok
|
||||
rm -rf build_*
|
||||
|
||||
.PHONY: database pushdb run clean
|
||||
.PHONY: database clean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue