From 993bda8a49ad94a1b6472f93c7dcd69dd5e2981f Mon Sep 17 00:00:00 2001 From: dhewg Date: Fri, 10 Apr 2009 13:47:13 +0200 Subject: [PATCH] Makefile cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e33a340..4228b22 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include ../../starlet.mk -CFLAGS += -Os -Wall -I. +CFLAGS += -Os -Wall ASFLAGS += -D_LANGUAGE_ASSEMBLY LDFLAGS += -nostartfiles -nodefaultlibs LDSCRIPT = mini.ld