Rename src to src_c
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 15 Dec 2024 14:45:58 +0000 (09:45 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 15 Dec 2024 14:45:58 +0000 (09:45 -0500)
Makefile
src_c/.gitignore [moved from src/.gitignore with 100% similarity]
src_c/Makefile [moved from src/Makefile with 100% similarity]
src_c/clockloop.c [moved from src/clockloop.c with 100% similarity]

index 7a32ec4..fe5c9ea 100644 (file)
--- 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
similarity index 100%
rename from src/.gitignore
rename to src_c/.gitignore
similarity index 100%
rename from src/Makefile
rename to src_c/Makefile
similarity index 100%
rename from src/clockloop.c
rename to src_c/clockloop.c
This page took 0.02751 seconds and 4 git commands to generate.