Makefile: GNUisms

This commit is contained in:
Dylan Araps
2020-02-16 13:38:57 +02:00
parent 0e8cc9fe86
commit 5cc5d25823

View File

@@ -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