Skip to content

Commit

Permalink
Teach make all to make everything
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Dec 18, 2024
1 parent 6f352ed commit 1326ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
COMPAT_FILES=
endif

all:
all: compose man
-mkdir bin
cp scripts/keyd-application-mapper bin/
$(CC) $(CFLAGS) -O3 $(COMPAT_FILES) src/*.c src/vkbd/$(VKBD).c -lpthread -o bin/keyd $(LDFLAGS)
Expand Down Expand Up @@ -91,7 +91,7 @@ uninstall:
$(DESTDIR)$(PREFIX)/bin/keyd-usb-gadget.sh \
$(DESTDIR)$(PREFIX)/lib/systemd/system/keyd.service
clean:
rm -rf bin keyd.service src/vkbd/usb-gadget.service
rm -rf bin data/*.1.gz data/keyd.compose keyd.service src/unicode.c src/vkbd/usb-gadget.service
test:
@cd t; \
for f in *.sh; do \
Expand Down

0 comments on commit 1326ada

Please sign in to comment.