Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-rusch-berkeley committed Oct 23, 2024
1 parent 42cf9de commit ff7638f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@ ifeq (,$(BINARIES))
$(error BINARIES variable is not set. Set it to the list of simulation binaries to run)
endif

# check-binary-exists:
# if [ "$(BINARY)" != "none" ] && [ ! -f "$(BINARY)" ]; then printf "\n\nBinary $(BINARY) not found\n\n"; exit 1; fi

%.check-exists:
if [ "$*" != "none" ] && [ ! -f "$*" ]; then printf "\n\nBinary $* not found\n\n"; exit 1; fi

Expand Down

0 comments on commit ff7638f

Please sign in to comment.