update makefile

This commit is contained in:
Kelvin Sherlock 2019-07-09 13:38:14 -04:00
parent 316f1423a9
commit 41674ac33d
1 changed files with 7 additions and 0 deletions

View File

@ -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=$@