Rename Makefile.mak -> Makefile.mk; Replace -O0 -> -Og

This commit is contained in:
e.gavrin 2014-07-31 21:59:35 +04:00
parent 7a076c3624
commit 2c193c1e2b
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ all: clean $(TESTS_TARGET) $(CHECK_TARGETS)
$(JERRY_TARGETS) $(TESTS_TARGET) $(PARSER_TESTS_TARGET) $(FLASH_TARGETS) $(CHECK_TARGETS):
@echo $@
@$(MAKE) -f Makefile.mak TARGET=$@ $@
@$(MAKE) -f Makefile.mk TARGET=$@ $@
clean:
rm -rf $(OUT_DIR)