aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-05-01 20:27:00 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-05-01 20:27:00 +0200
commit3fb9c66ffa0bf87cbd7cc1b5f4129f3447e94c13 (patch)
tree71f1da93e616d3511d302c7802ae2fabc850cf13 /Makefile
downloadcerrado-3fb9c66ffa0bf87cbd7cc1b5f4129f3447e94c13.tar.gz
cerrado-3fb9c66ffa0bf87cbd7cc1b5f4129f3447e94c13.tar.bz2
cerrado-3fb9c66ffa0bf87cbd7cc1b5f4129f3447e94c13.zip
feat: Initial http server code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7a0e125
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+build:
+ go build -o bin/cerrado
+
+run:
+ go run .