From a760ea1b8174f44e7d8cc8a49a29b65a6cf53b4b Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 18 Jan 2023 23:41:27 -0700 Subject: delete ch-flash in favor of a submodule solution --- ch-flash/Makefile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ch-flash/Makefile (limited to 'ch-flash/Makefile') diff --git a/ch-flash/Makefile b/ch-flash/Makefile deleted file mode 100644 index ba21548..0000000 --- a/ch-flash/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -ch-flash: ch-flash.c ch-flash.h - gcc -O2 -o ch-flash ch-flash.c -lusb-1.0 - -clean: - rm -rf ch-flash -- cgit