first fix in makefile

This commit is contained in:
maartenkeijzer 2005-10-06 12:25:00 +00:00
commit 92f2e523e0

View file

@ -72,7 +72,7 @@ tcc/libtcc1.a: tcc/Makefile
#rules
c_compile.o: eval/c_compile.c
gcc -c eval/c_compile.c -I./tcc $(COMPILEFLAGS) $(OPTFLAGS)
$(CC) -c eval/c_compile.c -I./tcc $(COMPILEFLAGS) $(OPTFLAGS)
%.o:%.cpp
$(CXX) -o $@ -c $< $(CPPFLAGS) $(INCLUDE)