mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Fix a bug
This commit is contained in:
parent
75509546dd
commit
2ab6af539d
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ CXXFLAGS += -flto
|
||||||
LDFLAGS += $(CXXFLAGS)
|
LDFLAGS += $(CXXFLAGS)
|
||||||
|
|
||||||
test: test.o
|
test: test.o
|
||||||
$(CXX) -o $@ $(OBJS) $(LDFLAGS)
|
$(CXX) -o $@ test.o $(LDFLAGS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue