From 379d69c653fd9c6920ab56d0b8ded7e00b8d6efb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 31 May 2014 05:56:33 +0200 Subject: add libgamma_name_of_error and libgamma_value_of_error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 377d98e..bb4dfb2 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,13 @@ obj/%.o: src/%.c src/*.h mkdir -p $(shell dirname $@) $(CC) $(LIB_FLAGS) $(LIBS_C) -fPIC -c -o $@ $< +obj/%.o: obj/%.c src/*.h + $(CC) $(LIB_FLAGS) $(LIBS_C) -fPIC -iquote"src" -c -o $@ $< + +obj/%: src/%.gpp + mkdir -p $(shell dirname $@) + $(GPP) --symbol '£' --input $< --output $@ + .PHONY: test test: bin/test -- cgit v1.2.3-70-g09d2