Skip to content

Instantly share code, notes, and snippets.

View netnazgul's full-sized avatar

Nikolay Fomin netnazgul

View GitHub Profile
# If there is no version tag in git this one will be used
VERSION = 0.1.0
# Need to discard STDERR so get path to NULL device
win32 {
NULL_DEVICE = NUL # Windows doesn't have /dev/null but has NUL
} else {
NULL_DEVICE = /dev/null
}