aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-11-17 17:38:58 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-11-17 17:38:58 -0800
commit7eb20457ff3d80cc81d54204ffd2c9edaf991905 (patch)
tree8207073b475156293155accf6cc7804ff1a0f3eb /bin
parent8d60b38fbe778de30c3a1751b35d8e366882cd01 (diff)
automated platform specific code parsing
Diffstat (limited to 'bin')
-rwxr-xr-xbin/updatedirs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updatedirs b/bin/updatedirs
index 850fe1a..2b90ee4 100755
--- a/bin/updatedirs
+++ b/bin/updatedirs
@@ -1,7 +1,7 @@
#!/bin/python
import os
-ROOT = "/home/nolln/u"
+ROOT = "/home/nolln/root"
SRC = "src"
BUILD = "obj"
TEST = "test"