aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaySlash <stevemathewjoy@gmail.com>2023-10-04 14:47:20 +1000
committerRaySlash <stevemathewjoy@gmail.com>2023-10-04 14:49:04 +1000
commit0c1382901e189557037343029fa86a7d249892b7 (patch)
tree168b98ec4f2fded3aeb7aeae66dc2e15fd622702 /Makefile
parente0422e1b84272c14790a172e76c340caebd5a4fd (diff)
downloadhid-tmff2-0c1382901e189557037343029fa86a7d249892b7.tar.gz
hid-tmff2-0c1382901e189557037343029fa86a7d249892b7.zip
deps: update tminit to hid-tminit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddd0091..63f9b60 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,4 @@ clean: hid-tminit
.PHONY: hid-tminit
hid-tminit:
- $(MAKE) -C deps/tminit KDIR="$(KDIR)" $(MAKECMDGOALS)
+ $(MAKE) -C deps/hid-tminit KDIR="$(KDIR)" $(MAKECMDGOALS)