mirror of
https://github.com/espruino/Espruino.git
synced 2026-01-25 14:47:38 +00:00
6 lines
106 B
Makefile
6 lines
106 B
Makefile
proj: $(PLATFORM_CONFIG_FILE) $(PROJ_NAME)
|
|
|
|
$(PROJ_NAME): $(OBJS)
|
|
@echo $($(quiet_)link)
|
|
@$(call link)
|