From 5cc5d25823b09c57021d0226d6a698ab82d99028 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 16 Feb 2020 13:38:57 +0200 Subject: [PATCH] Makefile: GNUisms --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a840ae..91ef52b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ config.h: cp config.def.h config.h sowm: sowm.o - $(CC) $(LDFLAGS) -O3 -o $@ $+ -lX11 + $(CC) $(LDFLAGS) -O3 -o sowm sowm.c -lX11 install: all install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm