X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=x2%2FMakefile;h=3ccc2b91390f32abccb6135b2fd8d039bc02c9fb;hb=fca6896b9e697c9b74cda916f15cbbbc1e55865e;hp=43e69673f952b2df509aab192afd1e3575019d68;hpb=86eb090e1fb5ea439287a09cc733460fa5434cde;p=khatus.git diff --git a/x2/Makefile b/x2/Makefile index 43e6967..3ccc2b9 100644 --- a/x2/Makefile +++ b/x2/Makefile @@ -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