From da4c77d51f971e6abe838db76d55c7fc4c103d5d Mon Sep 17 00:00:00 2001 From: Andreas Lindhé Date: Tue, 31 Oct 2017 13:50:36 +0100 Subject: Repo cleanup --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02d9f66..d50fb9e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DEBUG = SRC = midbro.c broevent.c fifoqueue.c OBJ = $(patsubst %.c, build/%.o, $(SRC)) -all: dirs lib/midbro bin/pasad +all: dirs lib/midbro dirs: mkdir -p build bin lib @@ -18,9 +18,6 @@ lib/midbro: $(OBJ) midbro_test: $(CC) test/midbro_test.c -I./includes -o bin/midbro_test -L./lib -lmidbro -bin/pasad: build/pasad.o - $(CC) $^ $(INC) -o $@ -Llib -lmidbro -Wl,-rpath=$(shell pwd)/lib - build/%.o: src/%.c $(CC) $(LIBCFLAGS) $(DEBUG) $(INC) $< -o $@ -- cgit v1.2.3