``make clean`` now removes the libraries
```make clean``` now removes ```libwren.a``` and ```libwren.so``` where it only removed ```build```` and ```wren```
This commit is contained in:
parent
4a19050416
commit
5b348e61d7
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ RELEASE_CPP_LIB_OBJECTS := $(subst build/release-cpp/main.o,,$(RELEASE_CPP_OBJEC
|
|||||||
all: release
|
all: release
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf build wren wrend libwren libwrend
|
@rm -rf build wren wrend libwren* libwrend*
|
||||||
|
|
||||||
prep:
|
prep:
|
||||||
@mkdir -p build/debug build/release build/release-cpp
|
@mkdir -p build/debug build/release build/release-cpp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user