Add extra warnings to make

This commit is contained in:
XOR 2023-01-03 08:40:46 +01:00
parent e896757995
commit 89c6e4ae70

View file

@ -1,7 +1,7 @@
all: compile
compile:
gcc main.c -o interpreter
gcc main.c -Wall -Wextra -o interpreter
run:
./interpreter