diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |