first fix in makefile
This commit is contained in:
parent
90702a435d
commit
92f2e523e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue