From 4dcef26df86830b0e9fb8446ae78bbcb6d6fd74c Mon Sep 17 00:00:00 2001 From: dhewg Date: Sun, 12 Apr 2009 22:44:10 +0200 Subject: [PATCH] Moved most CFLAGS and LDFLAGS to the global rules. As recommended by segher :) --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index af85377..905b091 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ include ../../starlet.mk -CFLAGS += -Os -Wall ASFLAGS += -D_LANGUAGE_ASSEMBLY -LDFLAGS += -nostartfiles -nodefaultlibs LDSCRIPT = mini.ld LIBS = -lgcc