Makefile

changeset 154
8346aebfbb7b
parent 152
3238f65db163
child 155
45395ba5ed30
--- a/Makefile	Fri Sep 06 13:28:05 2013 +0200
+++ b/Makefile	Fri Sep 06 17:01:53 2013 +0200
@@ -43,6 +43,8 @@
 include unix.mk
 include $(CONF).mk
 
+all: ucx test
+
 ucx: FORCE
 	cd ucx; $(MAKE) CONF=$(CONF) all
 	
@@ -52,7 +54,7 @@
 run: FORCE test
 	./build/test$(APP_EXT)
 
-install: ucx | $(PREFIX)/include/ucx $(PREFIX)/lib
+install: ucx $(PREFIX)/lib $(PREFIX)/include/ucx
 	cp ./build/libucx$(LIB_EXT) $(PREFIX)/lib && \
         cp ./ucx/*.h $(PREFIX)/include/ucx
 

mercurial