aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-18 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-18 20:20:20 +0100
commit07bdaf13063cf18825f36c1b9fc449295d5a4b68 (patch)
tree3753b37da62ee99ec404dbab7ea1db69bb06c8c1 /Makefile
parentup (diff)
downloadhardflip-07bdaf13063cf18825f36c1b9fc449295d5a4b68.tar.gz
hardflip-07bdaf13063cf18825f36c1b9fc449295d5a4b68.tar.bz2
hardflip-07bdaf13063cf18825f36c1b9fc449295d5a4b68.tar.xz
hardflip-07bdaf13063cf18825f36c1b9fc449295d5a4b68.tar.zst
hardflip-07bdaf13063cf18825f36c1b9fc449295d5a4b68.zip
josh hardflip now
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dbcdd1e..4ef9ef1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,20 +10,20 @@
# == ===== ==== ==
# ========================
#
-# josh: Makefile
+# hardflip: Makefile
# Thu, 14 Dec 2023 15:33:28 +0100
# Joe
#
# GNU Makefile
-.DEFAULT_GOAL := run
+.DEFAULT_GOAL := hf
SHELL := /bin/sh
SRC := *.go
run: ${SRC}
@go run ${SRC}
-josh: ${SRC}
+hf: ${SRC}
@go build
clean: