mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
added integration with DOS 1.x
found out how to access the current volume list in AmigaDOS and added a way to read this list, currently displays a portion of the assign list in the file list
This commit is contained in:
@ -7,6 +7,6 @@ all: main
|
||||
clean:
|
||||
rm -f *.o main
|
||||
|
||||
main: main.o filereq.o
|
||||
main: main.o filereq.o dos13.o
|
||||
$(CC) $(CFLAGS) $^ -lamiga -lauto -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user