From 53a25da2b4a2ca0fd89d6f960d545adc5a553044 Mon Sep 17 00:00:00 2001 From: cnlohr <lohr85@gmail.com> Date: Tue, 23 Apr 2024 14:59:01 -0400 Subject: [PATCH] Fix CI --- examples_x035/usbdevice/testtop.hidapi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_x035/usbdevice/testtop.hidapi/Makefile b/examples_x035/usbdevice/testtop.hidapi/Makefile index 021910c..a59f3cf 100644 --- a/examples_x035/usbdevice/testtop.hidapi/Makefile +++ b/examples_x035/usbdevice/testtop.hidapi/Makefile @@ -1,7 +1,7 @@ all : testtop # to make CI happy. -testtop.hidapi.elf : +testtop.hidapi.elf : testtop.c gcc -o $@ $^ -I../../../minichlink -ludev testtop : testtop.c -- GitLab