Update Makefile

Add missing subdirs
This commit is contained in:
Marco Kubon 2020-07-03 11:07:11 +02:00 committed by GitHub
parent b3e63ad3fe
commit 4072e92348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
SUBDIRS = YSFReflector
SUBDIRS = YSFGateway YSFParrot YSFReflector
CLEANDIRS = $(SUBDIRS:%=clean-%)
INSTALLDIRS = $(SUBDIRS:%=install-%)