Skip to content

Commit

Permalink
fixup aarch32 Makefile
Browse files Browse the repository at this point in the history
danmatichuk committed Jun 17, 2024
1 parent b8d0caa commit 22edcc0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/aarch32/Makefile
Original file line number Diff line number Diff line change
@@ -15,15 +15,13 @@ scripted/challenge10.original.exe: ${CHALLENGE_10_BIN}
endif


TARGET_7_DIR=$(CHALLENGE_DIR)/tests/target7/
ifeq (,$(wildcard ${TARGET_7_DIR}))
ifeq (,$(wildcard $(CHALLENGE_DIR)))
else

EXTRA_TARGETS+=scripted/target7

scripted/target7.%: .programtargets
(((cd $(CHALLENGE_DIR) && git show $(shell cat .programtargets):tests/target7/$(notdir $@)) > $@) || (rm -f $@ && exit 1))

scripted/target7.%: ../.programtargets
$(call fetch,target7)
endif

.PHONY: scripted/target7

0 comments on commit 22edcc0

Please sign in to comment.