Functionally stubbed menu

This commit is contained in:
stitchy 2023-10-13 01:39:26 -07:00
parent 14a6bd5df5
commit 22d475db00
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
7 changed files with 106 additions and 7 deletions

View file

@ -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)