Break-out logging and time-related functions into lib modules
[khatus.git] / x5 / Makefile
index 585ca12..1a356f5 100644 (file)
@@ -4,10 +4,18 @@ LDLIBS   := -lX11
 
 .PHONY: build clean rebuild
 
-build: khatus
+build: \
+    khatus
+
+khatus: \
+       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.024083 seconds and 4 git commands to generate.