laneya2

cave exploration game
git clone https://git.ce9e.org/laneya2.git

commit
e41f9da23fd881a99bca43a44b9283548f007958
parent
4d3a476f5da975721b5cb26bc919608e77a2c535
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-09-22 04:31
Makefile: build by default

Diffstat

M Makefile 6 +++---

1 files changed, 3 insertions, 3 deletions


diff --git a/Makefile b/Makefile

@@ -1,3 +1,6 @@
   -1     1 server: *.go
   -1     2 	go build
   -1     3 
    1     4 .PHONY: live
    2     5 live:
    3     6 	find . -name '*.go' | entr -r make lint run
@@ -6,9 +9,6 @@ live:
    6     9 run: server
    7    10 	./server -v -s
    8    11 
    9    -1 server: *.go
   10    -1 	go build
   11    -1 
   12    12 .PHONY: lint
   13    13 lint:
   14    14 	gofmt -w *.go