mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-26 00:12:28 +03:00
removed 'make' on distclean
This commit is contained in:
parent
fd8aaa4ce3
commit
9ecfd2156a
6
Makefile
6
Makefile
@ -313,8 +313,10 @@ vere: $(BIN)/vere
|
|||||||
|
|
||||||
all: vere
|
all: vere
|
||||||
|
|
||||||
$(LIBUV):
|
$(LIBUV_MAKEFILE):
|
||||||
cd outside/libuv_0.11 ; sh autogen.sh ; ./configure ; make
|
cd outside/libuv_0.11 ; sh autogen.sh ; ./configure
|
||||||
|
|
||||||
|
$(LIBUV): $(LIBUV_MAKEFILE)
|
||||||
$(MAKE) -C outside/libuv_0.11 all-am
|
$(MAKE) -C outside/libuv_0.11 all-am
|
||||||
|
|
||||||
$(LIBRE2):
|
$(LIBRE2):
|
||||||
|
Loading…
Reference in New Issue
Block a user