initial commit

This commit is contained in:
Aaron Gutierrez
2018-11-07 21:14:29 -08:00
commit 9aa405b8d9
3 changed files with 80 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
CFLAGS=--std=c99 -O2 -Wall -Wextra -pedantic
annotate: annotate.o
clean:
rm -f annotate *.o
.PHONY: clean