openquell/Makefile

13 lines
87 B
Makefile
Raw Normal View History

2024-02-06 15:26:20 +01:00
all: clean build
@echo ok
clean:
rm -f openquell
build:
go build
test:
@echo 1