sowm: Fix linker errors. Closes #61

This commit is contained in:
Dylan Araps 2020-02-21 18:08:47 +02:00
parent 7821aac0d2
commit f201a467ea
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ config.h:
cp config.def.h config.h
sowm:
$(CC) -O3 $(CFLAGS) -lX11 $(LDFLAGS) -o sowm sowm.c
$(CC) -O3 $(CFLAGS) -o sowm sowm.c -lX11 $(LDFLAGS)
install: all
install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm