diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-11-28 18:03:26 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-11-28 18:03:26 +0100 |
| commit | b22b851c1483f5e225a768a68b25fce1a5ee3d88 (patch) | |
| tree | 6c62e5dbda775ae52f324ea696f4400d0450b0ed | |
| parent | b234ccdade9f9622db19bbd80af6604760a2c5d6 (diff) | |
add cwm
| -rw-r--r-- | cwm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cwm/Makefile b/cwm/Makefile new file mode 100644 index 0000000..8b178fb --- /dev/null +++ b/cwm/Makefile @@ -0,0 +1,4 @@ +git_url = git@github.com:leahneukirchen/cwm +configure_cmd = : + +include ../build.mk |
