Basic terminal parser

This commit is contained in:
Keith Winstein
2011-01-10 01:29:30 -05:00
parent 2ce73ca1d5
commit 546068a5ed
3 changed files with 258 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ executables = parse
CPP = g++
CPPFLAGS = -g --std=c++0x -pedantic -Werror -Wall -Wextra -Weffc++ -fno-implicit-templates -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_GNU_SOURCE
LIBS =
LIBS = -lutil
all: $(executables)