From fd20ab4585d6e445cd9998ca33e70eb046613be1 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Mon, 7 Jun 2021 16:06:48 +0200 Subject: No configure anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e3b013..c31aa9b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - cd src && ./configure.sh && $(MAKE) + cd src && $(MAKE) install: all cd src && $(MAKE) install -- cgit