Cleanups & Implementations to allow IPStack to compile
[tpg/acess2.git] / Usermode / Applications / cat_src / Makefile
index 53b8edf..bc57a4c 100644 (file)
@@ -16,10 +16,10 @@ $(BIN): $(COBJ)
        @echo --- $(LD) -o $@\r
        @$(LD) $(LDFLAGS) -o $@ $(COBJ) -Map Map.txt\r
        objdump -d $(BIN) > $(BIN).dsm\r
-       cp $(BIN) $(DISTROOT)/Bin/\r
+       cp $(BIN) $(DISTROOT)/Bin/
 \r
 clean:\r
-       $(RM) $(COBJ) $(BIN)\r
+       $(RM) $(COBJ) $(BIN) $(BIN).dsm Map.txt
 \r
 $(COBJ): %.o: %.c\r
        @echo --- GCC -o $@

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