From 8140f375496cef5b7a4344139cb72ef762321b15 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Sat, 4 Dec 2021 21:43:35 +0900 Subject: [PATCH] remove 'planck' target --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 68b937d..cee408e 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,6 @@ default: i386-linux-handwritten -planck: default - i386-linux-handwritten: planck.xxd xxd -r -c 8 $< > planck chmod +x planck