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 Feb 28, 2024
1 parent ee4ec2b commit 378a42d
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 @@ -89,7 +89,7 @@ uninstall:
$(DESTDIR)$(PREFIX)/bin/keyd-usb-gadget.sh \
$(DESTDIR)$(PREFIX)/lib/systemd/system/keyd.service
clean:
rm -rf bin keyd.service
rm -rf bin data/*.1.gz data/keyd.compose keyd.service src/unicode.c
test:
@cd t; \
for f in *.sh; do \
Expand Down

0 comments on commit 378a42d

Please sign in to comment.