diff -r 2d3d1313862a -r 8346aebfbb7b Makefile --- 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