From 9491d2490754acc8c995908bbc97d8b28d6cf689 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 21 Jan 2021 20:53:13 +0100 Subject: [PATCH] removed skembo from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32a9ebe..ac7b7fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := $(shell basename $$(pwd)) -PLUGINS := rects skembo huey fading-rects +PLUGINS := rects huey fading-rects MAKE += --no-print-directory