mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Removing build targets from 'all' because check targets call build targets themself.
This commit is contained in:
parent
52495b2cc1
commit
7bca73b8be
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ export echo
|
|||||||
export todo
|
export todo
|
||||||
export fixme
|
export fixme
|
||||||
|
|
||||||
all: clean $(JERRY_TARGETS) $(TESTS_TARGET) $(CHECK_TARGETS)
|
all: clean $(TESTS_TARGET) $(CHECK_TARGETS)
|
||||||
|
|
||||||
$(JERRY_TARGETS) $(TESTS_TARGET) $(PARSER_TESTS_TARGET) $(FLASH_TARGETS) $(CHECK_TARGETS):
|
$(JERRY_TARGETS) $(TESTS_TARGET) $(PARSER_TESTS_TARGET) $(FLASH_TARGETS) $(CHECK_TARGETS):
|
||||||
@echo $@
|
@echo $@
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user