mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-07-30 11:41:55 -07:00
sowm: Fix Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ config.h:
|
||||
cp config.def.h config.h
|
||||
|
||||
sowm:
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -O3 -o sowm sowm.c -lX11
|
||||
$(CC) -O3 $(CFLAGS) -lX11 $(LDFLAGS) -o sowm sowm.c
|
||||
|
||||
install: all
|
||||
install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm
|
||||
|
Reference in New Issue
Block a user