Added debug task to makefile
Adjusted gitignore
This commit is contained in:
parent
6a9afe4a98
commit
60c0e47668
2 changed files with 8 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,10 +1,12 @@
|
|||
all: compile
|
||||
|
||||
compile:
|
||||
gcc main.c -o interpreter
|
||||
gcc main.c -o
|
||||
|
||||
run:
|
||||
./interpreter
|
||||
|
||||
buildrun: compile
|
||||
./interpreter
|
||||
./interpreter
|
||||
compiledebug:
|
||||
gcc main.c -g -o interpreter_debug
|
||||
Loading…
Add table
Add a link
Reference in a new issue