use the default CC per makefile var

This commit is contained in:
CK Tan 2019-09-12 21:56:11 -07:00
parent f12c8f00b4
commit 4a31cd8cbf
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
CC = gcc
CFILES = toml.c
CFLAGS = -std=c99 -Wall -Wextra -fpic