index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
lucas-standen-NEA
/
code
/
proto
/
ast
/
Makefile
blob: 6074b00bb05f8564d47f7b278dbe65fdeb4b0c1b (
plain
)
1
2
3
4
all: astg ast.c cc -ggdb ast.c astg.o -o ast astg: astg.c cc -ggdb astg.c -c -o astg.o