mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-02 05:01:59 -07:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f201a467ea |
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ config.h:
|
|||||||
cp config.def.h config.h
|
cp config.def.h config.h
|
||||||
|
|
||||||
sowm:
|
sowm:
|
||||||
$(CC) -O3 $(CFLAGS) -lX11 $(LDFLAGS) -o sowm sowm.c
|
$(CC) -O3 $(CFLAGS) -o sowm sowm.c -lX11 $(LDFLAGS)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm
|
install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm
|
||||||
|
Reference in New Issue
Block a user