new layout, put LICENSE in root

This commit is contained in:
Quentin Carbonneaux 2016-03-28 12:53:53 -04:00
parent 1b4943eb1f
commit b75cb8388f
26 changed files with 58 additions and 82 deletions

View file

@ -6,9 +6,7 @@ $(BIN): yacc minic.y
./yacc minic.y
$(CC) $(CFLAGS) -o $@ y.tab.c
all: $(BIN)
check:
clean:
rm -f yacc minic y.*
.PHONY: all check clean
.PHONY: clean