Skip to content

Commit

Permalink
remove uneeded submodule update warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Oct 17, 2023
1 parent eba716c commit 8864bb1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
ifeq ("$(wildcard $(PWD)/src/toolchain)","")
define ERROR
Toolchain submodule not present. You likely need to run:

git submodule update --init --recursive

and then run make again
endef
$(error $(ERROR))
endif

include $(PWD)/src/toolchain/Makefile

KEYS := \
Expand Down

0 comments on commit 8864bb1

Please sign in to comment.