From 478dd2c78467bf5a2134867c55b33fca330f1644 Mon Sep 17 00:00:00 2001
From: NIIBE Yutaka <gniibe@fsij.org>
Date: Wed, 5 Jul 2017 19:37:41 +0900
Subject: Add example-fraucheky.

---
 example-cdc-gnu-linux/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

(limited to 'example-cdc-gnu-linux')

diff --git a/example-cdc-gnu-linux/Makefile b/example-cdc-gnu-linux/Makefile
index 02d68b2..9fbb2fe 100644
--- a/example-cdc-gnu-linux/Makefile
+++ b/example-cdc-gnu-linux/Makefile
@@ -5,17 +5,17 @@ PROJECT = sample
 ### This is for GNU/Linux
 
 CHOPSTX = ..
-LDSCRIPT= 
+LDSCRIPT=
 CSRC = sample.c usb-cdc.c
 
 CHIP=gnu-linux
 # USE_SYS = yes
-USE_SYS = 
+USE_SYS =
 USE_USB = yes
 EMULATION=yes
 
 ###################################
-CROSS = 
+CROSS =
 CC   = $(CROSS)gcc
 LD   = $(CROSS)gcc
 OBJCOPY   = $(CROSS)objcopy
@@ -34,4 +34,3 @@ board.h:
 	@exit 1
 
 distclean: clean
-	rm -f board.h
-- 
cgit v1.2.3