From 4072e9234876777f1742ed423e12368b6cbd8ce8 Mon Sep 17 00:00:00 2001 From: Marco Kubon Date: Fri, 3 Jul 2020 11:07:11 +0200 Subject: [PATCH] Update Makefile Add missing subdirs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e58a628..dd401bd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = YSFReflector +SUBDIRS = YSFGateway YSFParrot YSFReflector CLEANDIRS = $(SUBDIRS:%=clean-%) INSTALLDIRS = $(SUBDIRS:%=install-%)