From ef33ab04d699b8f8195ecf0a068d491408a0db69 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sun, 31 Oct 2021 20:39:02 -0400 Subject: [PATCH] Change Makefile to use new .gitlab Makefile Switch to .gitlab Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c114817..207d74e 100644 --- a/Makefile +++ b/Makefile @@ -1 +1 @@ -include .common/Makefile +include .gitlab/Makefile