Remove src/generated during clean

This commit is contained in:
Ryan Dwyer 2022-10-22 19:12:06 +10:00
parent 178a779878
commit 39c00dc465

View File

@ -779,10 +779,10 @@ extract:
rom: $(B_DIR)/pd.z64
clean:
rm -rf build/$(ROMID)
rm -rf build/$(ROMID) src/generated/$(ROMID)
allclean:
rm -rf build/*
rm -rf build/* src/generated
codeclean:
find $(B_DIR)/game $(B_DIR)/inflate $(B_DIR)/lib -name '*.o' -delete