aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-10-17 10:37:33 -0700
committerNicholas <nbnoll@eml.cc>2021-10-17 10:37:33 -0700
commit06cdf8398eec011b3e8978a0d039b921133243d6 (patch)
treec3811ac352e80eea2a64e500e9ed498cb1272e8e
parent76278bdbe1f1df620d388cc3189170f15c1ffa31 (diff)
fix path
-rwxr-xr-xbin/updatedirs4
-rw-r--r--rules.mk3
2 files changed, 2 insertions, 5 deletions
diff --git a/bin/updatedirs b/bin/updatedirs
index 9342c4c..681f02f 100755
--- a/bin/updatedirs
+++ b/bin/updatedirs
@@ -2,8 +2,8 @@
import os
-ROOT = "/home/nolln/root"
-SRCS = ["src", "sys"]
+ROOT = "/home/nolln/u"
+SRCS = ["sys"]
BUILD = ".build"
TEST = ".test"
IGNORED = ["build", "include", "lib", "bin", ".git", "vendor", "obj", "dep", ".generated"]
diff --git a/rules.mk b/rules.mk
index e40960f..b69c62d 100644
--- a/rules.mk
+++ b/rules.mk
@@ -31,9 +31,6 @@ GENS :=
DIR := sys
include $(DIR)/rules.mk
-DIR := src
-include $(DIR)/rules.mk
-
# Generic rules
%.a: %.o
$(ARCHIVE)