Skip to content

Commit

Permalink
fixed misspelling in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 27, 2017
1 parent 7e24980 commit 8dbe863
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 @@ -27,7 +27,7 @@ build:
if [ -d "aw-core/.git" ]; then \
echo "Submodules seem to already be initialized, continuing..."; \
else \
git submodules update --init --recursive; \
git submodule update --init --recursive; \
fi
#
make --directory=aw-core build DEV=$(DEV)
Expand Down

0 comments on commit 8dbe863

Please sign in to comment.