diff options
-rw-r--r-- | support/lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/lib/Makefile b/support/lib/Makefile new file mode 100644 index 0000000000..f5446d31f6 --- /dev/null +++ b/support/lib/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../.. + +DIRS = Support + +include $(LEVEL)/Makefile.common + |