X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FMakefile.tpl;h=6fce41520cf0b2c75c47420b7338d53c256a4af1;hb=ccd6cf2af99fdc050888c70eb4d59f078a15a2da;hp=0c66fddc02d750090f0d1e72b281293265bedaf3;hpb=deb8a310abcb8ef8b6afef74a1fa058777740b3f;p=tpg%2Facess2.git diff --git a/Modules/Makefile.tpl b/Modules/Makefile.tpl index 0c66fddc..6fce4152 100644 --- a/Modules/Makefile.tpl +++ b/Modules/Makefile.tpl @@ -40,7 +40,7 @@ DEPFILES := $(DEPFILES:%.o.$(_SUFFIX)=%.d.$(ARCH)) all: $(BIN) clean: - $(RM) $(BIN) $(BIN).dsm $(KOBJ) $(OBJ) $(DEPFILES) + $(RM) $(BIN) $(BIN).dsm $(KOBJ) $(OBJ) $(DEPFILES) $(EXTRA) install: $(BIN) ifneq ($(BUILDTYPE),static)