aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-19 09:46:35 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-19 09:46:35 -0700
commitef512a454184bfbcdf3ac6b295e9fb5bf7e26841 (patch)
tree6b39a599888355a6afaf84fa253e6e9294eb00a9 /rules.mk
parent49b1ee8fc11fc3aa93b39146fdff0a33ef27a74b (diff)
chore: updated inclusion of files to mark the new partition of logic
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules.mk b/rules.mk
index 1737cb2..0f81ea2 100644
--- a/rules.mk
+++ b/rules.mk
@@ -14,9 +14,8 @@ LIBS :=
BINS :=
# Iterate through directory tree
-DIR := src
+DIR := sys
include $(DIR)/rules.mk
-# ... (repeat)
# Generic rules
%.a: %.o