codescalersinternships / home

home repo for internships
1 stars 0 forks source link

Makefile #89

Open xmonader opened 12 months ago

xmonader commented 12 months ago
target: deps
    cmd1
    cmd2
    ...
diaabadr commented 12 months ago

build: @echo 'executing buildaaaa' @echo 'cmd2' test: echo 'executing test'

publish: test gendocs echo 'executing publish'

gendocs: publish echo 'executing gendocs'

example gomake build -f filename if -f is not provided use Makefile in the repo (don't forget the checks)