Pass Command-line Arguments to Makefile and Go Program
Pass command-line arguments to make and then pass then arguments to Go program in Makefile.
read more »Pass command-line arguments to make and then pass then arguments to Go program in Makefile.
read more »List .go source files excluding _test.go files via find and grep command in bash.
read more »Check if Makefile runs on Travis CI or not.
read more »Example of Makefile rules for Go linters.
read more »Create gh-pages branch and publish your static website to GitHub Pages in Makefile.
read more »Get prefix or suffix of a string in Makefile.
read more »Concatenate and minify JavaScript files via Makefile, curl, and online Google Closure Compiler.
read more »Publish your static website to GitHub project pages via ghp-import in Makefile.
read more »Given an installed package name on Ubuntu Linux, find its version in Makefile.
read more »How to parse command-line arguments (string variable) via flag package in Go programming language.
read more »Example for how to replace a string in a variable in Makefile.
read more »Convert Traditional Chinese PO file to Simplified Chinese via OpenCC and sed in Makefile.
read more »Concatenate and Minify CSS via sed and tr command in Makefile.
read more »Makefile - Create symbolic link if it does not exist. Otherwise do nothing.
read more »echo colorful output in Makefile.
read more »Makefile - Create a directory if it does not exist. Otherwise do nothing.
read more »Show how to pass JSON-format data using HTTP POST between browser (implemented with Dart) and web server (implemented with Go).
read more »Hello World program in C programming language
read more »Remove trailing newline (carriage return) of a string in C programming language.
read more »