Switch to clang for normal builds
This commit is contained in:
parent
a4ad6f629c
commit
5514094c7a
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,12 +1,12 @@
|
|||
all: compile
|
||||
|
||||
compile:
|
||||
gcc main.c -Wall -Wextra -o interpreter
|
||||
clang main.c -Wall -Wextra -o interpreter
|
||||
|
||||
run:
|
||||
./interpreter
|
||||
|
||||
buildrun: compile
|
||||
./interpreter
|
||||
compiledebug:
|
||||
builddebug:
|
||||
gcc main.c -g -o interpreter_debug
|
||||
Loading…
Add table
Add a link
Reference in a new issue