From 870ab7dba04afe86d8ff4a0b8434add416539ade Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 5 Jan 2022 15:33:06 +0530 Subject: configure: Output project name. * Makefile (project): Delete variable. * configure: Pass the kolam, the project name, to configure.scm. * configure.scm (processed-args): Capture the project name argument. Output project name in Makefile.include. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aed14f2..d9c6c67 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,6 @@ # License along with kolam. If not, see # . -project = kolam - include Makefile.include GUILE = guile -- cgit v1.2.3