Fix gateway app build (#22)

This commit is contained in:
Steve Karg
2020-01-15 08:02:15 -06:00
committed by GitHub
parent d3014c87fa
commit 63899e6606
5 changed files with 60 additions and 46 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ $(foreach TGT, $(TARGETS), $(patsubst %, %.$(TGT), $(SUBDIRS))):
.PHONY: gateway
gateway:
$(MAKE) -s -b -C gateway
$(MAKE) -b -C gateway
.PHONY: server
server: