Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jan 24, 2021
1 parent 92f7645 commit c1aa2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ $(CODE_TARGET).%.py.out: $(CODE_TARGET)%.py
# No need to check if Tracking.py works; it's not run by users anyway
$(CODE_TARGET).Tracking.py.out: $(CODE_TARGET)Tracking.py
@echo Skipping $<...
echo $(PY_SUCCESS_MAGIC) > $@
@echo $(PY_SUCCESS_MAGIC) > $@

.PHONY: test-code
test-code: code $(PYS_OUT)
Expand Down

0 comments on commit c1aa2e5

Please sign in to comment.