Remove some unused targets from fuzzaddr/common.mk

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2020-02-18 13:02:59 -08:00
parent 6a50598cdc
commit 61d4a43b3f
1 changed files with 2 additions and 8 deletions

View File

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