Makefile

changeset 154
8346aebfbb7b
parent 152
3238f65db163
child 155
45395ba5ed30
     1.1 --- a/Makefile	Fri Sep 06 13:28:05 2013 +0200
     1.2 +++ b/Makefile	Fri Sep 06 17:01:53 2013 +0200
     1.3 @@ -43,6 +43,8 @@
     1.4  include unix.mk
     1.5  include $(CONF).mk
     1.6  
     1.7 +all: ucx test
     1.8 +
     1.9  ucx: FORCE
    1.10  	cd ucx; $(MAKE) CONF=$(CONF) all
    1.11  	
    1.12 @@ -52,7 +54,7 @@
    1.13  run: FORCE test
    1.14  	./build/test$(APP_EXT)
    1.15  
    1.16 -install: ucx | $(PREFIX)/include/ucx $(PREFIX)/lib
    1.17 +install: ucx $(PREFIX)/lib $(PREFIX)/include/ucx
    1.18  	cp ./build/libucx$(LIB_EXT) $(PREFIX)/lib && \
    1.19          cp ./ucx/*.h $(PREFIX)/include/ucx
    1.20  

mercurial