diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-13 23:50:48 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-13 23:52:58 -0400 |
commit | 68c3728dae3408f6449c78882e36defd2978b716 (patch) | |
tree | 3dc0f1b7dacc661270a0a8b5cce79b5b2e9562a3 /Makefile | |
parent | 541e91206df95e5910961bdbf84b329350e27a02 (diff) | |
download | exuberant-hacks-68c3728dae3408f6449c78882e36defd2978b716.tar.gz exuberant-hacks-68c3728dae3408f6449c78882e36defd2978b716.zip |
exuberantplasma: simple new GLSL hack
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # This Makefile is self-documenting (via the 'help' target) # see: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html -HACKS=exuberantbovines +HACKS=exuberantbovines exuberantplasma CARGO ?= cargo CARGO_OPTS ?= |