diff --git a/Makefile b/Makefile index b6861e9..f9f7af0 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include lib/Makefile.local include Makefile.config %.o: %.cc $(all_deps) - $(CXX) -c $(CFLAGS) $(CXXFLAGS) $< -o $@ + $(CXX) -c $(CXXFLAGS) $< -o $@ %.o: %.c $(all_deps) $(CC) -c $(CFLAGS) $< -o $@