mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
rules: Mark clean and run target as PHONY
This commit is contained in:
parent
555ad4facb
commit
d35b07640b
1 changed files with 2 additions and 0 deletions
|
|
@ -198,10 +198,12 @@ conf:
|
|||
|
||||
all: $(TARGETS)
|
||||
|
||||
.PHONY:clean
|
||||
clean:
|
||||
@echo "RM $(TARGET_BUILD_DIR)"
|
||||
$(V)rm -rf $(TARGET_BUILD_DIR)
|
||||
|
||||
.PHONY: run
|
||||
ifeq '$(platform)' 'gvsoc'
|
||||
run:
|
||||
pulp-run --platform=$(platform) --config=$(PULPRUN_TARGET) --dir=$(TARGET_BUILD_DIR) --binary=$(TARGETS) $(runner_args) prepare run
|
||||
|
|
|
|||
Loading…
Reference in a new issue