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