diff --git a/src/Makefile b/src/Makefile index ab54e56..d5fb115 100644 --- a/src/Makefile +++ b/src/Makefile @@ -431,9 +431,6 @@ endif ifeq ($(PLATFORM),PLATFORM_DRM) find . -type f -executable -delete rm -fv *.o -endif -ifeq ($(PLATFORM),PLATFORM_WEB) - del *.o *.html *.js endif @echo Cleaning done