Fix typo
[khatus.git] / x5 / Makefile
index 585ca12..c6a0576 100644 (file)
@@ -4,10 +4,23 @@ LDLIBS   := -lX11
 
 .PHONY: build clean rebuild
 
-build: khatus
+build: \
+    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:
-       @ find . -type f -executable -delete
+       @find . -type f -executable -delete
+       @find . -type f -name '*.o' -delete
 
 rebuild:
        @$(MAKE) -s clean
This page took 0.021016 seconds and 4 git commands to generate.