1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Fix a bug

This commit is contained in:
root 2015-01-10 14:52:01 +00:00
parent 75509546dd
commit 2ab6af539d

View file

@ -4,4 +4,4 @@ CXXFLAGS += -flto
LDFLAGS += $(CXXFLAGS)
test: test.o
$(CXX) -o $@ $(OBJS) $(LDFLAGS)
$(CXX) -o $@ test.o $(LDFLAGS)