summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorauric <auric7@protonmail.com>2025-09-11 22:27:16 -0500
committerauric <auric7@protonmail.com>2025-09-11 22:27:16 -0500
commit98202dc66f270b64c2830614525dbb9c20f452d7 (patch)
tree532962afb9b9d8a433c3c42485ebf76ee730a4c6
parent2734e126aaff3d08cefac9d9b9c7701ab6f32668 (diff)
makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c4190e..d84d18c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,3 +9,6 @@ $(SUBDIRS):
clean:
for d in $(SUBDIRS); do $(MAKE) -C $$d clean; done
+
+install:
+ for d in $(SUBDIRS); do $(MAKE) -C $$d install; done