init commit
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
bonjour:
|
||||
@echo " ------------------------------------"
|
||||
@echo "| you can use "make build" or "make run" |"
|
||||
@echo " ------------------------------------"
|
||||
@echo " \\ ^__^"
|
||||
@echo " \\ (oo)\\_______"
|
||||
@echo " (__)\\ )\\/\\"
|
||||
@echo " ||----w |"
|
||||
@echo " || ||"
|
||||
|
||||
build:
|
||||
go build -o bin/ecoledirecte_api src/*
|
||||
|
||||
run:
|
||||
go build -o bin/ecoledirecte_api src/*.go
|
||||
bin/ecoledirecte_api
|
Reference in New Issue
Block a user