Skip to content

Instantly share code, notes, and snippets.

View Chris911's full-sized avatar

Christophe Naud-Dulude Chris911

View GitHub Profile
@Chris911
Chris911 / Makefile
Created May 18, 2014 06:37
Generated Makefile
SHELL = /bin/sh
# V=0 quiet, V=1 verbose. other values don't work.
V = 0
Q1 = $(V:1=)
Q = $(Q1:0=@)
ECHO1 = $(V:1=@:)
ECHO = $(ECHO1:0=@echo)