remove emscripten compilation, as it's largely unused

This commit is contained in:
2025-03-13 14:29:48 +01:00
parent 7fef5742cf
commit 56ea63cdff

View File

@@ -42,11 +42,8 @@ CFLAGS += -target x86_64-pc-linux-gnu
else ifeq ($(ARCH),win-x86_64)
CFLAGS += -target x86_64-pc-windows-gnu
EXT=.exe
else ifeq ($(ARCH),web)
CC=emcc
EXT=.html
else
$(error you must set the ARCH environment variable to either 'linux-x86_64', 'win-x86_64' or 'web')
$(error you must set the ARCH environment variable to one of these: 'linux-x86_64' 'win-x86_64')
endif
# compiles and execute the binary