mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
added sorting for the file list
added chibi test framework in requesters for unit testing the more complicated sorting functionality, added sorting for file lists
This commit is contained in:
@ -7,5 +7,12 @@ all: main
|
||||
clean:
|
||||
rm -f *.o main
|
||||
|
||||
main: main.o filereq.o dos13.o
|
||||
main: main.o filereq.o dos13.o file_list.o
|
||||
$(CC) $(CFLAGS) $^ -lamiga -lauto -o $@
|
||||
|
||||
|
||||
check: file_list_test
|
||||
|
||||
file_list_test: file_list.c file_list_test.c chibi.c
|
||||
gcc $^ -o $@
|
||||
./file_list_test
|
||||
|
||||
Reference in New Issue
Block a user