mirror of
https://github.com/urbit/shrub.git
synced 2024-12-29 15:14:17 +03:00
Merge https://github.com/tjic/urbit_with_libuv11_characteristics into test
This commit is contained in:
commit
fd8aaa4ce3
4
Makefile
4
Makefile
@ -297,7 +297,7 @@ VERE_OFILES=\
|
||||
$(V_OFILES) \
|
||||
$(MAIN_FILE)
|
||||
|
||||
|
||||
LIBUV_MAKEFILE=outside/libuv_0.11/Makefile
|
||||
|
||||
LIBUV=outside/libuv_0.11/.libs/libuv.a
|
||||
|
||||
@ -366,7 +366,7 @@ debinstall:
|
||||
clean:
|
||||
$(RM) $(VERE_OFILES) $(BIN)/vere vere.pkg
|
||||
|
||||
distclean: clean
|
||||
distclean: clean $(LIBUV_MAKEFILE)
|
||||
$(MAKE) -C outside/libuv_0.11 distclean
|
||||
$(MAKE) -C outside/re2 clean
|
||||
$(MAKE) -C outside/ed25519 clean
|
||||
|
Loading…
Reference in New Issue
Block a user