fix: using CXX also as linker.
This commit is contained in:
parent
8f9a8b71c9
commit
139d8d2997
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ run: balls
|
||||
all: $(PROGS)
|
||||
|
||||
balls: $(OBJS)
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
|
||||
$(CXX) $(CXXFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user