Fixed CLIShell's `dir` command, added a logout/exit command. Added a newline after...
[tpg/acess2.git] / Usermode / Applications / CLIShell_src / Makefile
index 2d0d8f3..a79952e 100644 (file)
@@ -22,7 +22,7 @@ $(BIN): $(AOBJ) $(COBJ)
        @echo --- $(LD) -o $@\r
        @$(LD) $(LDFLAGS) -o $@ $(AOBJ) $(COBJ) -Map Map.txt\r
        objdump -d $(BIN) > $(BIN).dsm\r
-       cp $(BIN) /mnt/AcessHDD/Acess2/\r
+       cp $(BIN) /mnt/AcessHDD/Acess2/Bin/\r
 \r
 clean:\r
        $(RM) $(AOBJ) $(COBJ) $(BIN)\r

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