diff --git a/Makefile b/Makefile index bf5d120..5f306fa 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ firebuf.a: $(objects) ar rcs $@ $^ firebuf.o: $(objects) - ld --relocatable --output=$@ $^ + ld --relocatable --output=$@ $+ %.o: %.cc *.h Makefile $(FIRE_CXX) $(FIRE_CXXFLAGS) -c -o $@ $<