delete makefile added by mistake

This commit is contained in:
ColleagueRiley 2024-11-26 10:08:41 -05:00
parent 2a9d25b067
commit 6bbed2993b

View File

@ -1,8 +0,0 @@
EXAMPLE = core/core_input_gamepad
PLATFORM = PLATOFRM_WEB_RGFW OS=linux
all:
rm -f examples/$(EXAMPLE).exe examples/$(EXAMPLE).html examples/$(EXAMPLE).wasm examples/$(EXAMPLE).js src/rcore.o
cd src && make PLATFORM=$(PLATFORM)
cd examples && make $(EXAMPLE) PLATFORM=$(PLATFORM)