From 0c913f1e421b9d47c052350c4c1d619e4ac6a297 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 13 Apr 2026 21:45:43 +0200 Subject: Initial commit --- Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 $(@) -- cgit v1.2.3