aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-10-08 20:26:23 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-10-08 20:26:23 +0300
commit179a41e5047c05b24c2c751251b4e1c2e1c7597a (patch)
tree6992e01f05cb3035c8f88b746029f4af73702e1d /Makefile
parent35b2ee8412d03172613ab12dd452fcd5660f934b (diff)
downloadhid-tmff2-179a41e5047c05b24c2c751251b4e1c2e1c7597a.tar.gz
hid-tmff2-179a41e5047c05b24c2c751251b4e1c2e1c7597a.zip
deps: fix missing deps/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 747a48e..86c2a51 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,5 @@ clean: deps/hid-tminit
.PHONY: deps/hid-tminit
-hid-tminit:
+deps/hid-tminit:
$(MAKE) -C deps/hid-tminit KDIR="$(KDIR)" $(MAKECMDGOALS)