updated build test Makefile
This commit is contained in:
parent
96010ea9ae
commit
2d563b9ea4
@ -6,7 +6,7 @@ LDFLAGS := -lpcre
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
$(TARGET): $(shell which imbecile)
|
||||
$(TARGET): $(shell which imbecile) $(I_SOURCE).I $(wildcard *.cc)
|
||||
imbecile $(I_SOURCE).I
|
||||
$(CXX) -o $@ *.cc $(LDFLAGS)
|
||||
|
||||
|
@ -6,7 +6,9 @@ OR or
|
||||
NOT not
|
||||
LPAREN \(
|
||||
RPAREN \)
|
||||
WS \s+
|
||||
WS \s+ {{
|
||||
cout << "Hi there WS!!!!!" << endl;
|
||||
}}
|
||||
EQUALS =
|
||||
IDENTIFIER [a-zA-Z_][a-zA-Z_0-9]*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user