diff --git a/tests/build/Makefile b/tests/build/Makefile index ce8a3bd..6028b98 100644 --- a/tests/build/Makefile +++ b/tests/build/Makefile @@ -5,6 +5,7 @@ CXXFLAGS := -O2 LDFLAGS := -lpcre all: $(TARGET) + ./$(TARGET) $(TARGET): $(shell which imbecile) $(I_SOURCE).I $(wildcard *.cc) imbecile $(I_SOURCE).I