From: Siraaj Khandkar Date: Sun, 15 Dec 2024 14:45:58 +0000 (-0500) Subject: Rename src to src_c X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=ad2a7f73d06ef882b63e3e6820db74248e2e43fa;p=khome.git Rename src to src_c --- diff --git a/Makefile b/Makefile index 7a32ec4..fe5c9ea 100644 --- a/Makefile +++ b/Makefile @@ -53,8 +53,8 @@ dirs: compiled: mkdir -p bin - cd src && make - mv src/clockloop bin/ + cd src_c && make + mv src_c/clockloop bin/ font_cache: fc-cache -fv @@ -187,4 +187,4 @@ push: clean: rm -rf ./debfiles - cd src && make clean + cd src_c && make clean diff --git a/src/.gitignore b/src_c/.gitignore similarity index 100% rename from src/.gitignore rename to src_c/.gitignore diff --git a/src/Makefile b/src_c/Makefile similarity index 100% rename from src/Makefile rename to src_c/Makefile diff --git a/src/clockloop.c b/src_c/clockloop.c similarity index 100% rename from src/clockloop.c rename to src_c/clockloop.c