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 May 17, 2024
1 parent 44d2d31 commit a7e3fb3
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/
sed -e 's#@PREFIX@#$(PREFIX)#' keyd.service.in > keyd.service
Expand Down Expand Up @@ -90,7 +90,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 a7e3fb3

Please sign in to comment.