Compare commits

...

1 Commits

Author SHA1 Message Date
flamingcow
acc75058c6 Minor cleanup 2019-05-05 00:00:59 -07:00

View File

@@ -12,4 +12,4 @@ firebuf.a: $(objects)
$(FIRE_CXX) $(FIRE_CXXFLAGS) -c -o $@ $<
clean:
rm --force firebuf.a *.o
rm --force *.o *.a