From 41674ac33dcfea5f4459ee9852c4940fa925612c Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 9 Jul 2019 13:38:14 -0400 Subject: [PATCH] update makefile --- GNUmakefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 637f589..080e923 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,6 +2,13 @@ BIN_OBJ = o/main.a o/connection.a NDA_OBJ = o/nda.a o/connection.a o/tools.a +.PHONY: all clean clobber +all : dict dict.nda +clean: + $(RM) -r o +clobber : clean + $(RM) dict dict.nda + dict : $(BIN_OBJ) iix link o/main o/connection keep=$@