This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim: ft=make ts=4 sw=4 | |
# Ready to use config for full build of the Qubes OS 4.0 (as of yet, unreleased) | |
GIT_BASEURL ?= https://github.com | |
GIT_PREFIX ?= woju/qubes- | |
GIT_PREFIX = | |
GIT_SUFFIX = | |
NO_SIGN = 1 | |
NO_CHECK = 1 |