diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
| commit | 0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch) | |
| tree | c9124ff04b9252836221c41d2ca2fa133d166251 /Makefile | |
Initial commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e420b88 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +MAKEFLAGS ?= B + +DIRS = ~/.config +DIRS += ~/.local/share/ +DIRS += ~/.local/bin +DIRS += ~/bin +DIRS += ~/code +DIRS += ~/dl +DIRS += ~/media +DIRS += ~/music +DIRS += ~/trash + +all: $(DIRS) + +$(DIRS): + mkdir -pv $(@) |
