aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-07-13 10:25:14 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-07-13 10:25:14 +0200
commit006399dc8d5983037d1ac5a7b9d81a0bdc117143 (patch)
tree19afa4ef3624a007ce709b1e3f93e99a6f585645 /Makefile
parentfd89f87ee3d2721155124954dca4156866001562 (diff)
downloaddev-cyber-master.tar.xz
dev-cyber-master.zip
mod: restructure module layoutHEADmasterfmorgner/re-layout
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6c616b4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+modules:
+ $(MAKE) -C mod modules
+
+clean:
+ $(MAKE) -C mod clean
+
+install:
+ $(MAKE) -C mod install \ No newline at end of file