From ec0ca75a5668154901dfca3668f79be64c750a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 18 Oct 2012 15:49:21 +0000 Subject: [PATCH] removed last file --- BaS_GNU/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index 94ceb42..d1440d9 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -37,8 +37,7 @@ CSRCS= \ $(SRCDIR)/init_fpga.c \ $(SRCDIR)/BaS.c \ $(SRCDIR)/cache.c \ - $(SRCDIR)/sd_card.c \ - $(SRCDIR)/last.c + $(SRCDIR)/sd_card.c ASRCS= \ $(SRCDIR)/mmu.S \