use normal C compiler

This commit is contained in:
ceriel 1989-12-18 16:41:55 +00:00
parent dc87f207cd
commit 328b5011af

View file

@ -24,8 +24,8 @@ CEMPP = $(BIN)/ncpp
TABGEN = $(EMHOME)/bin/tabgen
# What C compiler to use and how
CC = fcc
COPTIONS =
CC = cc
COPTIONS = -O
LDFLAGS = -i
# What parser generator to use and how