mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-09 06:12:24 +00:00
Project structure refactor:
- Change package name general_server to gateway - Changing the structure of directories and packages - Adding vendor to the project
This commit is contained in:
7
vendor/github.com/yuin/gopher-lua/parse/Makefile
generated
vendored
Normal file
7
vendor/github.com/yuin/gopher-lua/parse/Makefile
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
all : parser.go
|
||||
|
||||
parser.go : parser.go.y
|
||||
goyacc -o $@ parser.go.y; [ -f y.output ] && ( rm -f y.output )
|
||||
|
||||
clean:
|
||||
rm -f parser.go
|
||||
Reference in New Issue
Block a user