Don't delete *.bin files on 'make clean' - 'make distclean' does this

This commit is contained in:
feelfree69
2026-05-04 07:11:44 +02:00
parent 502033590e
commit c6dc5cc21c
+4
View File
@@ -61,6 +61,10 @@ $(SUBDIRS):
$(MAKE) -C $@
clean:
-rm -f html_data.c html_data.h $(VERSION_HEADER)
-if [ -d $(BUILDDIR) ]; then find $(BUILDDIR) -type f ! -name "*.bin" -delete; fi
distclean:
-rm -f html_data.c html_data.h $(VERSION_HEADER)
-rm -rf $(BUILDDIR)