Add weird codes

This commit is contained in:
junseopark-digipen
2026-09-11 10:38:25 +09:00
commit 671d841861
127 changed files with 90133 additions and 0 deletions

18
Makefile Normal file
View File

@@ -0,0 +1,18 @@
.PHONY: all
all: linux windows web
.PHONY: linux
linux:
$(MAKE) -f Makefile-linux
.PHONY: windows
windows:
$(MAKE) -f Makefile-windows
.PHONY: web
web:
$(MAKE) -f Makefile-web
.PHONY: clean
clean:
rm -rf build