X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x5%2FMakefile;h=1a356f5418996f44113577ad3e14473328630eae;hp=585ca1206a44aaef86f3523cd96f27030be7994f;hb=17a27e4866eb3e245e17dc211b4469f1c5aa3f1e;hpb=4dc09422dcd8b69ad8095bf664a7346291eb95b8 diff --git a/x5/Makefile b/x5/Makefile index 585ca12..1a356f5 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -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