mirror of
https://github.com/laravel-ls/go-php
synced 2026-06-16 03:54:55 +02:00
5 lines
40 B
Makefile
5 lines
40 B
Makefile
|
|
GO=go
|
|
|
|
build:
|
|
$(GO) build cmd/main.go
|