diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,10 +3,9 @@ # SPDX-License-Identifier: GPL-3.0 wai: wai.c - gcc -Wall -Wextra -o 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 - |