From d15180e03ed30deb56e929d5007a4977cc7a9bd5 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 27 Jan 2011 20:18:05 -0800 Subject: Removing that temporary test... --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc19372..370bd08 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,6 @@ TARGET = demo.bin LIBDEPS = FreeRTOS/libFreeRTOS.a arch/libarch.a os/libos.a LIBS = -Wl,--start-group -lc $(LIBDEPS) -Wl,--end-group -TARGET_SRCS = extern.c - export ROOTDIR = $(CURDIR) include common.mk -- cgit v1.2.3