Fixes compile warningj

This commit is contained in:
stitchy 2023-10-16 13:21:11 -07:00
parent 8f5ace5796
commit cf0a50dcf0
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
CC=gcc --std=c99 -g
CC=gcc --std=gnu99 -g
output=movies
all: movies.c csv_parser.o node.o input.o