updated build test Makefile
This commit is contained in:
parent
96010ea9ae
commit
2d563b9ea4
@ -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)
|
||||||
|
|
||||||
|
@ -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]*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user