WAI/Makefile

12 lines
263 B
Makefile

# SPDX-FileCopyrightText: 2025 orangerot <me@orangerot>
#
# SPDX-License-Identifier: GPL-3.0
wai: wai.c
gcc -ggdb -Wall -Wextra -o wai wai.c
# tests/factorial.wasm: tests/factorial.wat
.PHONY: tests
tests:
wat2wasm -o tests/factorial.wasm tests/factorial.wat