From 9bd0b3fd121e2649032f00f64eb1a1bdb7b36b51 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 19 Dec 2011 18:28:17 +0100 Subject: [PATCH] remove last traces of the older inconvenient lodable design --- firmware/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index 3bdf2d2..9a2351c 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -64,9 +64,6 @@ all: $(OUTFILE).bin protect: $(OUTFILE).bin $(LPCFIX) -p 2 $(OUTFILE).bin -loadables: $(OUTFILE).bin - @cd loadable && $(MAKE) - l0dables: @cd l0dable && $(MAKE)