From bcdc4cd7ec7f8e8bd6fe11742a17c0d9a8b2405f Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Tue, 4 Sep 2012 21:55:04 +0200 Subject: [PATCH] cleanup --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index b5be3fd..433f6f5 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,6 @@ fel: fel.c %: %.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.c,$^) $(LIBS) -.dummy: fel-pio.bin - fel-pio.bin: fel-pio.elf fel-pio.nm $(CROSS_COMPILE)objcopy -O binary fel-pio.elf fel-pio.bin