summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index ac564a4..fe8806b 100644
--- a/src/makefile
+++ b/src/makefile
@@ -14,7 +14,7 @@ STANDARD =
#STANDARD = --std=c99 -D_POSIX_C_SOURCE -D_BSD_SOURCE
vhd2vl : lex.yy.c vhd2vl.tab.c
- gcc ${STANDARD} ${WARNS} -O2 -g -o vhd2vl lex.yy.c vhd2vl.tab.c -lfl
+ $(CC) ${STANDARD} ${WARNS} -O2 -g -o vhd2vl lex.yy.c vhd2vl.tab.c -lfl
vhd2vl.tab.c : vhd2vl.y def.h
bison -d -v -t vhd2vl.y
OpenPOWER on IntegriCloud