Fix coercion-related ambiguities
[khatus.git] / x2 / Makefile
index 43e6967..3ccc2b9 100644 (file)
@@ -38,6 +38,7 @@ BASH_EXECUTABLE_NAMES := \
        khatus_sensor_memory \
        khatus_sensor_mpd \
        khatus_sensor_net_addr_io \
+       khatus_sensor_net_carrier \
        khatus_sensor_net_wifi_status \
        khatus_sensor_procs \
        khatus_sensor_screen_brightness \
@@ -67,6 +68,7 @@ endef
 
 .PHONY: \
        build \
+       rebuild \
        install \
        uninstall \
        reinstall \
@@ -85,6 +87,10 @@ reinstall:
        @$(MAKE) -s uninstall
        @$(MAKE) -s install
 
+rebuild:
+       @$(MAKE) -s clean
+       @$(MAKE) -s build
+
 clean:
        rm -rf bin
 
This page took 0.02382 seconds and 4 git commands to generate.