summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0a580f0c9a19cb38e995b08116a2002f1007a603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-FileCopyrightText: 2025 orangerot <me@orangerot>
#
# SPDX-License-Identifier: GPL-3.0

wai: wai.c
	gcc -Wall -Wextra -o wai wai.c

# tests/factorial.wasm: tests/factorial.wat
.PHONY: tests
tests:
	wat2wasm -o tests/factorial.wasm tests/factorial.wat