Functionally stubbed menu
This commit is contained in:
parent
14a6bd5df5
commit
22d475db00
7 changed files with 106 additions and 7 deletions
|
@ -10,5 +10,8 @@ csv_parser.o: csv_parser.c csv_parser.h
|
|||
node.o: node.c node.h
|
||||
$(CC) -c node.c -o node.o
|
||||
|
||||
run:
|
||||
./movies movies_sample_1.csv
|
||||
|
||||
clean:
|
||||
rm -f *.o vgcore.* $(output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue