More work on error and interrupt handling (almost got it working)
[tpg/acess2.git] / Usermode / Applications / Makefile.tpl
index 8aad269..530054b 100644 (file)
@@ -12,7 +12,7 @@ DEPFILES := $(OBJ:%.o=%.d)
 all: $(BIN)
 
 clean:
-       @$(RM) $(OBJ) $(BIN) $(BIN).dsm Map.txt
+       @$(RM) $(OBJ) $(DEPFILES) $(BIN) $(BIN).dsm Map.txt
 
 install: $(BIN)
        $(xCP) $(BIN) $(DISTROOT)/$(DIR)/

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