commit 66db679856188d4765806d6f04d7422663f3c961
parent e4ed0a9a6e38b1e79c2f9d7270bd51a8df569783
Author: Brian Swetland <swetland@frotz.net>
Date: Sat, 25 Jan 2020 15:33:03 -0800
build: don't dump crctool binary in src
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -48,7 +48,7 @@ out/icetool: src/icetool.c src/ftdi.c src/ftdi.h
@mkdir -p out
gcc -g -Wall -O1 -o out/icetool src/icetool.c src/ftdi.c -lusb-1.0 -lrt
-out/crctool: src/crctool
+out/crctool: src/crctool.c
@mkdir -p out
gcc -g -Wall -O1 -o out/crctool src/crctool.c