From 8bb49fdcdafc4aa955257c7f2cd78e13183b67c1 Mon Sep 17 00:00:00 2001 From: dianshi Date: Fri, 6 Jan 2023 19:54:37 +0000 Subject: Make all utils to compile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 365a902..30c61dd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc CFLAGS= -INCLUDE=-I./include +#INCLUDE=-I./include INCLUDE+=-I../librusb/src LDFLAGS= LDFLAGS+=-Lrusb @@ -32,3 +32,4 @@ make: $(OBJECTS) clean: rm -rf build/src/rtl_* + rm -rf build/src/convenience/*.o -- cgit v1.2.3