mirror of
https://github.com/bobbimanners/ProDOS-Utils.git
synced 2024-12-26 23:29:16 +00:00
Added title and version number SORTDIR v0.5 alpha
This commit is contained in:
parent
08e3cb7c88
commit
a703c5c16d
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ CC65LIBDIR = $(CC65DIR)/lib
|
||||
CC65INCDIR = $(CC65DIR)/include
|
||||
CA65INCDIR = $(CC65DIR)/asminc
|
||||
|
||||
all: sortdir.system\#ff0000
|
||||
all: sortdir.po sortdir.system\#ff0000
|
||||
|
||||
clean:
|
||||
rm -f *.s *.o *.map sortdir
|
||||
|
@ -1647,7 +1647,7 @@ void interactive(void) {
|
||||
|
||||
doverbose = 1;
|
||||
|
||||
puts(" Use ^ to return to previous question");
|
||||
puts("S O R T D I R v0.5 alpha Use ^ to return to previous question");
|
||||
|
||||
q1:
|
||||
fputs("\nEnter path (e.g.: /H1) of starting directory> ", stdout);
|
||||
|
BIN
sortdir.po
BIN
sortdir.po
Binary file not shown.
Loading…
Reference in New Issue
Block a user