From ed9b3f73897665d3bf15ad0ee41a2608e2f3fe5b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 13 Nov 2022 09:22:03 +0100 Subject: Rename main.c to lux.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1bd9017..4c5a416 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ MANDIR = ${DPREFIX}/share/man target = lux all: ${target} -${target}: main.c +${target}: ${target}.c ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< install: -- cgit v1.2.3