aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
commit3f3fba89c0d2197c08ad8c9fdfd695fb675fd03a (patch)
tree1214cceed260b4218e336e6e2249c11a06cce76c /Makefile
parentcommit (diff)
downloadhardflip-3f3fba89c0d2197c08ad8c9fdfd695fb675fd03a.tar.gz
hardflip-3f3fba89c0d2197c08ad8c9fdfd695fb675fd03a.tar.bz2
hardflip-3f3fba89c0d2197c08ad8c9fdfd695fb675fd03a.tar.xz
hardflip-3f3fba89c0d2197c08ad8c9fdfd695fb675fd03a.tar.zst
hardflip-3f3fba89c0d2197c08ad8c9fdfd695fb675fd03a.zip
make
Diffstat (limited to '')
-rw-r--r--Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ce7ef3a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,26 @@
+# ========================
+# ===== ===============
+# ====== ================
+# ====== ================
+# ====== ==== ==== ==
+# ====== === == = =
+# ====== === = == =
+# = === === = == ====
+# = === === = == = =
+# == ===== ==== ==
+# ========================
+#
+# josh: Makefile
+# Thu, 14 Dec 2023 15:00:12 +0100
+# Joe
+#
+# GNU Makefile
+
+.DEFAULT_GOAL := run
+SHELL := /bin/sh
+
+run:
+ @go run *.go
+
+all:
+ @go build