mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-01 04:31:59 -07:00
docs: update
This commit is contained in:
8
Makefile
8
Makefile
@@ -6,13 +6,13 @@ BINDIR?= $(PREFIX)/bin
|
||||
|
||||
CC=gcc
|
||||
|
||||
all: catwm
|
||||
all: sowm
|
||||
|
||||
catwm: catwm.o
|
||||
sowm: sowm.o
|
||||
$(CC) $(LDFLAGS) -Os -o $@ $+ $(LDADD)
|
||||
|
||||
install: all
|
||||
install -Dm 755 catwm $(DESTDIR)$(BINDIR)/catwm
|
||||
install -Dm 755 sowm $(DESTDIR)$(BINDIR)/sowm
|
||||
|
||||
clean:
|
||||
rm -f catwm *.o
|
||||
rm -f sowm *.o
|
||||
|
Reference in New Issue
Block a user