diff --git a/libextl/test/Makefile b/libextl/test/Makefile index e7efe27b..1ee2082c 100644 --- a/libextl/test/Makefile +++ b/libextl/test/Makefile @@ -23,8 +23,9 @@ include $(TOPDIR)/build/rules.mk ###################################### +.PHONY: test test: $(SOURCES) $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(SOURCES) extltest.c $(INCLUDES) -o $@ $(LIBS) - ./extltest - # $(RM) extltest + ./$@ + # $(RM) $@