execute test after building it

This commit is contained in:
Josh Holtrop 2010-05-21 10:27:27 -04:00
parent 3cdaa2e338
commit 9055f591f9

View File

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