We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456abbb commit 6f7058eCopy full SHA for 6f7058e
Makefile
@@ -92,10 +92,9 @@ $(OBJDIR)/%.o : %.c
92
$(OBJDIR)/%.o : %.f
93
$(FC) $(FFLAGS) -c $< -o $@
94
$(OBJDIR)/%.o : adapter/%.c
95
- $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
+ $(CC) $(CFLAGS) -c $< -o $@
96
$(OBJDIR)/%.o : adapter/%.cpp
97
- $(CXX) -std=c++11 $(CFLAGS) $(INCLUDES) -c $< -o $@ $(LIBS)
98
- #$(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@ $(LIBS)
+ $(CXX) -std=c++11 $(CFLAGS) -c $< -o $@
99
100
# Source files in the $(CCX) folder
101
$(OBJDIR)/%.o : $(CCX)/%.c
0 commit comments