diff --git a/Makefile b/Makefile deleted file mode 100644 index 8ef697943..000000000 --- a/Makefile +++ /dev/null @@ -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)