diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -dirs := hello query mapping template +dirs := container hello query mapping template dist_dirs := $(filter-out template,$(dirs)) default := $(out_base)/ |