Implement time sensor
[khatus.git] / x5 / Makefile
index 1a356f5..c6a0576 100644 (file)
@@ -5,12 +5,17 @@ LDLIBS   := -lX11
 .PHONY: build clean rebuild
 
 build: \
-    khatus
+    khatus \
+    khatus_sensor_time
 
 khatus: \
        khatus_lib_log.o \
        khatus_lib_time.o
 
+khatus_sensor_time: \
+       khatus_lib_log.o \
+       khatus_lib_time.o
+
 khatus_lib_time.o: khatus_lib_log.o
 
 clean:
This page took 0.02674 seconds and 4 git commands to generate.