mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-13 23:28:53 +01:00
Make prep Phony
This commit is contained in:
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ DEBUG_LIB_OBJECTS = $(subst build/debug/main.o,,$(DEBUG_OBJECTS))
|
||||
RELEASE_LIB_OBJECTS = $(subst build/release/main.o,,$(RELEASE_OBJECTS))
|
||||
RELEASE_CPP_LIB_OBJECTS = $(subst build/release-cpp/main.o,,$(RELEASE_CPP_OBJECTS))
|
||||
|
||||
.PHONY: all clean test builtin docs watchdocs
|
||||
.PHONY: all clean test builtin docs watchdocs prep
|
||||
|
||||
all: release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user