mirror of
https://github.com/urbit/shrub.git
synced 2024-12-28 22:54:15 +03:00
Merge https://github.com/tjic/urbit_with_libuv11_characteristics into test
This commit is contained in:
commit
fd8aaa4ce3
6
Makefile
6
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
|
||||
|
||||
@ -363,10 +363,10 @@ debinstall:
|
||||
cp urb/urbit.pill $(DESTDIR)/usr/share/urb
|
||||
cp -R urb/zod $(DESTDIR)/usr/share/urb
|
||||
|
||||
clean:
|
||||
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