Browse Source

Update Makefile

main
Ray 2 years ago committed by GitHub
parent
commit
b352742661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/Makefile

3
src/Makefile

@ -431,9 +431,6 @@ endif
ifeq ($(PLATFORM),PLATFORM_DRM) ifeq ($(PLATFORM),PLATFORM_DRM)
find . -type f -executable -delete find . -type f -executable -delete
rm -fv *.o rm -fv *.o
endif
ifeq ($(PLATFORM),PLATFORM_WEB)
del *.o *.html *.js
endif endif
@echo Cleaning done @echo Cleaning done

Loading…
Cancel
Save