X-Git-Url: http://git.meshlink.io/?p=utcp;a=blobdiff_plain;f=Makefile;h=9b18c51de4df8a52070e63e4dc6bc6a1b46931e8;hp=f62279859a3ace0308963ab2d3575ad7b08b6094;hb=cf2acb398293f1e7003abbf455951e0e2246cc2a;hpb=aae57951f85ef517f85788ff7f66fe82cf8b2ad0 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)