mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
Makefile: GNUisms
This commit is contained in:
parent
0e8cc9fe86
commit
5cc5d25823
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ config.h:
|
|||||||
cp config.def.h config.h
|
cp config.def.h config.h
|
||||||
|
|
||||||
sowm: sowm.o
|
sowm: sowm.o
|
||||||
$(CC) $(LDFLAGS) -O3 -o $@ $+ -lX11
|
$(CC) $(LDFLAGS) -O3 -o sowm sowm.c -lX11
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm
|
install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user