From 157143f01866276e66e30637791073b290d52bd5 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Sat, 25 Jan 2020 11:36:52 -0600 Subject: [PATCH] Add op directory --- andorApp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/andorApp/Makefile b/andorApp/Makefile index 2a096b3..4910a4e 100644 --- a/andorApp/Makefile +++ b/andorApp/Makefile @@ -5,6 +5,7 @@ DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*)) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*)) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*)) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*)) +DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard op)) include $(TOP)/configure/RULES_DIRS