CC=gcc CFLAGS=-Wall -pedantic all: $(CC) $(CFLAGS) -o test inifile.c test.c