move main function out of parse.c

This commit is contained in:
Quentin Carbonneaux 2015-07-16 03:25:12 -04:00
parent 7295adcade
commit 77bdb3ae9e
3 changed files with 80 additions and 79 deletions

View file

@ -1,5 +1,5 @@
BIN = lisc
OBJ = parse.o ssa.o live.o
OBJ = main.o parse.o ssa.o live.o
CFLAGS = -Wall -Wextra -std=c99 -g