Initial Commit
This commit is contained in:
6
OU3/compile.sh
Normal file
6
OU3/compile.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
gcc -Wall -I include/ -g -o tabletest tabletest.c src/table/table2.c src/dlist/dlist.c
|
||||
gcc -Wall -I include/ -g -o mtftabletest tabletest.c mtftable.c src/dlist/dlist.c
|
||||
gcc -Wall -I include/ -g -o arraytabletest tabletest.c arraytable.c src/array_1d/array_1d.c
|
||||
#gcc -Wall -I include/ -g -o arraytabletest src/table/table_mwe1.c arraytable.c src/array_1d/array_1d.c
|
||||
|
||||
Reference in New Issue
Block a user