Minor cleanup

This commit is contained in:
flamingcow
2019-05-05 00:00:59 -07:00
parent dd9a0a974f
commit acc75058c6

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