Working on the x86 bit port (caused some changes to try and get it
[tpg/acess2.git] / Modules / Makefile.tpl
index 0c66fdd..6fce415 100644 (file)
@@ -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)

UCC git Repository :: git.ucc.asn.au