openquell/Makefile
2024-02-06 15:26:20 +01:00

13 lines
87 B
Makefile

all: clean build
@echo ok
clean:
rm -f openquell
build:
go build
test:
@echo 1