diff options
author | Pixel <pixel@nobis-crew.org> | 2011-01-27 20:18:05 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-01-27 20:18:05 -0800 |
commit | d15180e03ed30deb56e929d5007a4977cc7a9bd5 (patch) | |
tree | 62d058e00028a0d3bf548432e46d18c8d3b4608d /Makefile | |
parent | 608f796648e8de74f9aac3e60db3f7d87e69e9f4 (diff) |
Removing that temporary test...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |