git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2024-07-28 13:25:49 +0200
committerH. P. <coding _æ_ lirion.de> 2024-07-28 13:25:49 +0200
commite8e58145595e1e4a7edb522fdb6c8a4ccf148586 (patch)
tree98e7da54730e143cb4cccf1b4f66bdef5640b102 /Makefile
parentc128234add7191a08e96f95b7993287810bf2e3f (diff)
downloadgoreleaser-chglog-e8e58145595e1e4a7edb522fdb6c8a4ccf148586.tar.bz2
+common MakefileHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e529c20
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+.PHONY: arch arch-clean arch-pkgclean
+
+all: arch
+
+clean: arch-clean
+
+arch:
+ $(MAKE) -C ./arch
+
+arch-clean:
+ $(MAKE) -C ./arch clean
+
+arch-pkgclean:
+ $(MAKE) -C ./arch clean-pkg