1 Commits
1.5 ... 1.6

Author SHA1 Message Date
Dylan Araps
f201a467ea sowm: Fix linker errors. Closes #61 2020-02-21 18:08:47 +02:00

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