simple makefile for now

This commit is contained in:
Keiran 2025-08-07 02:07:25 +01:00
parent 9f00e69ba4
commit fe4de52ffb

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
build:
go build -o build/termcord cmd/termcord/main.go