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)
|
all: $(PROGS)
|
||||||
|
|
||||||
balls: $(OBJS)
|
balls: $(OBJS)
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
|
$(CXX) $(CXXFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user