Simplify wifi negative status
[khatus.git] / x2 / Makefile
index 43e6967..0c2f810 100644 (file)
@@ -67,6 +67,7 @@ endef
 
 .PHONY: \
        build \
+       rebuild \
        install \
        uninstall \
        reinstall \
@@ -85,6 +86,10 @@ reinstall:
        @$(MAKE) -s uninstall
        @$(MAKE) -s install
 
+rebuild:
+       @$(MAKE) -s clean
+       @$(MAKE) -s build
+
 clean:
        rm -rf bin
 
This page took 0.028104 seconds and 4 git commands to generate.