diff options
| author | Linus Nordberg <linus@nordu.net> | 2016-02-19 12:33:24 +0100 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2016-02-19 12:33:24 +0100 | 
| commit | e7a7fab2696ee1997e15a350b4fb1b5071629118 (patch) | |
| tree | 12c7ad872ea04ccc697740476b5b901faaf73736 | |
| parent | 65f523f2f7bf4b3fbefc18e52654744e03cef319 (diff) | |
Add targets for 'erlang', 'base' and 'onion'.
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 9 insertions, 0 deletions
| @@ -1,6 +1,15 @@  catlfish-dev catlfish-dev-lunahsm:  	docker build --no-cache --rm -t $@:latest $@ +erlang: +	docker build --noc-cache --rm -t $@:latest $@ + +base: +	docker build --no-cache --rm -t $@:latest base-debian:jessie + +onion: +	docker build --noc-cache --rm -t $@:latest $@ +  catlfish:  	FIXME | 
