removes build/ucx from makefile

Mon, 13 Nov 2017 14:17:46 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Nov 2017 14:17:46 +0100
changeset 62
3fff4c364ffc
parent 61
47a5fc33590a
child 63
12d8f0f6ef06

removes build/ucx from makefile

Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/Makefile	Mon Nov 13 13:52:00 2017 +0100
     1.2 +++ b/Makefile	Mon Nov 13 14:17:46 2017 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4  
     1.5  OBJ = $(SRC:%.c=build/%$(OBJ_EXT))
     1.6  
     1.7 -all: build/ucx build/$(BIN)
     1.8 +all: build build/$(BIN)
     1.9  	
    1.10  build/$(BIN): $(OBJ)
    1.11  	$(LD) -o $@ $^ $(LDFLAGS)
    1.12 @@ -45,9 +45,6 @@
    1.13  build/%$(OBJ_EXT): src/%.c
    1.14  	$(CC) -o $@ $(CFLAGS) -c $<
    1.15  	
    1.16 -build/ucx: build
    1.17 -	$(MKDIR) $@
    1.18 -	
    1.19  build:
    1.20  	$(MKDIR) $@
    1.21  	

mercurial