From 2b7ea0857da80e1353ce0a72239093f108fdc1e9 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 26 May 2023 14:59:16 -0400 Subject: refactor: if and : moved to optable too --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index db42381..db37b0e 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ build: - gcc forth.c optable.c stack.c -o forth + clang forth.c optable.c stack.c -o ./forth -Wall run: ./forth run-rlwrap: -- cgit v1.2.3