diff --git a/Makefile b/Makefile index 0589c88..281305b 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,7 @@ all: jsoncat jsoncat: jsoncat.o jsonpull.o cc -g -Wall -o $@ $^ +jsoncat.o jsonpull.o: jsonpull.h + %.o: %.c - cc -g -Wall -c $^ + cc -g -Wall -c $<