diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-07-13 10:25:14 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-07-13 10:25:14 +0200 |
| commit | 006399dc8d5983037d1ac5a7b9d81a0bdc117143 (patch) | |
| tree | 19afa4ef3624a007ce709b1e3f93e99a6f585645 /Makefile | |
| parent | fd89f87ee3d2721155124954dca4156866001562 (diff) | |
| download | dev-cyber-006399dc8d5983037d1ac5a7b9d81a0bdc117143.tar.xz dev-cyber-006399dc8d5983037d1ac5a7b9d81a0bdc117143.zip | |
mod: restructure module layoutHEADmasterfmorgner/re-layout
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
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 |
