X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile;h=9b18c51de4df8a52070e63e4dc6bc6a1b46931e8;hb=f60a19752749bf1d28031e78c46f8924325ffcdd;hp=f62279859a3ace0308963ab2d3575ad7b08b6094;hpb=53730e6f2e6d2625e935bd91c8639642f6d1519b;p=utcp diff --git a/Makefile b/Makefile index f622798..9b18c51 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,11 @@ BIN = selftest test all: $(BIN) -test: utcp.c test.c +utcp.o: utcp.c utcp.h utcp_priv.h -selftest: utcp.c selftest.c +test: utcp.o test.c + +selftest: utcp.o selftest.c clean: rm -f *.o $(BIN)