updated build test Makefile

This commit is contained in:
Josh Holtrop 2010-05-15 00:51:43 -04:00
parent 96010ea9ae
commit 2d563b9ea4
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ LDFLAGS := -lpcre
all: $(TARGET) all: $(TARGET)
$(TARGET): $(shell which imbecile) $(TARGET): $(shell which imbecile) $(I_SOURCE).I $(wildcard *.cc)
imbecile $(I_SOURCE).I imbecile $(I_SOURCE).I
$(CXX) -o $@ *.cc $(LDFLAGS) $(CXX) -o $@ *.cc $(LDFLAGS)

View File

@ -6,7 +6,9 @@ OR or
NOT not NOT not
LPAREN \( LPAREN \(
RPAREN \) RPAREN \)
WS \s+ WS \s+ {{
cout << "Hi there WS!!!!!" << endl;
}}
EQUALS = EQUALS =
IDENTIFIER [a-zA-Z_][a-zA-Z_0-9]* IDENTIFIER [a-zA-Z_][a-zA-Z_0-9]*