X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x2%2FMakefile;h=063ead55c90f94be0f936dcf1949d2cc0bb5f947;hp=43e69673f952b2df509aab192afd1e3575019d68;hb=HEAD;hpb=86eb090e1fb5ea439287a09cc733460fa5434cde diff --git a/x2/Makefile b/x2/Makefile index 43e6967..063ead5 100644 --- a/x2/Makefile +++ b/x2/Makefile @@ -27,6 +27,7 @@ AWK_EXECUTABLES := \ bin/khatus_parse_upower BASH_EXECUTABLE_NAMES := \ khatus \ + khatus_sensor_bluetooth \ khatus_sensor_bluetooth_power \ khatus_sensor_datetime \ khatus_sensor_devices \ @@ -38,6 +39,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 +69,7 @@ endef .PHONY: \ build \ + rebuild \ install \ uninstall \ reinstall \ @@ -85,6 +88,10 @@ reinstall: @$(MAKE) -s uninstall @$(MAKE) -s install +rebuild: + @$(MAKE) -s clean + @$(MAKE) -s build + clean: rm -rf bin