X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=1016facbfd6fdf62d001626b767337ff536272db;hp=586592e997333c1c30465009323b70675d2b7096;hb=43124956bc9c1083e476f6cadaedf27b7788d004;hpb=c4226c1a45e70346933a1985e159f3eff9d380a5;ds=sidebyside diff --git a/Makefile b/Makefile index 586592e..1016fac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.4 +VERSION=0.6 # optional features PLUGIN_SUPPORT=1 @@ -61,5 +61,8 @@ install: all ln -sf $(SHLIB_FILE) $(DESTDIR)$(prefix)/lib/libuci.$(SHLIB_EXT) $(INSTALL) -m0755 uci $(DESTDIR)/usr/bin/ +test: all + make -C test + FORCE: ; .PHONY: FORCE