Mercurial > hg > beaglert
diff Makefile @ 449:5e79364c9b1d prerelease
Remove old SYNTAX target in Makefile, which was causing the syntax check to behave wrong occasioinally. Also fixed update_board.
author | Liam Donovan <l.b.donovan@qmul.ac.uk> |
---|---|
date | Sun, 19 Jun 2016 21:52:07 +0100 |
parents | fdb30affab1c |
children | 0567af952cfa |
line wrap: on
line diff
--- a/Makefile Sun Jun 19 18:55:06 2016 +0100 +++ b/Makefile Sun Jun 19 21:52:07 2016 +0100 @@ -154,7 +154,7 @@ # syntax = check syntax syntax: ## Only checks syntax syntax: SYNTAX_FLAG := -fsyntax-only -syntax: SYNTAX +syntax: Bela # Rule for Bela core C++ files build/core/%.o: ./core/%.cpp @@ -208,9 +208,6 @@ @echo ' ...done' # Other Targets: -# This rule compiles c and c++ source files without output or linking -SYNTAX: $(C_OBJS) $(CPP_OBJS) - projectclean:## Remove the PROJECT's build objects & binary -$(RM) $(PROJECT_DIR)/build/* $(OUTPUT_FILE) -@echo ' '