xwords/xwords4/wasm/Makefile
2021-03-19 14:26:18 -07:00

9 lines
136 B
Makefile

INPUTS = main.c
all: main.html
main.html: ${INPUTS}
emcc -s USE_SDL=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='["png"]' $^ -o $@