From 00c326445325484c470fc06cf916a4f6b59358f7 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 28 May 2017 20:35:11 +0100 Subject: Makefile: add small target for -Os compiles --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef5ba35..45758aa 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,10 @@ debug: all debug: CFLAGS += -Og -ggdb debug: LDFLAGS += -Og -ggdb +small: all +small: CFLAGS += -Os +small: LDFLAGS += -Os + all: fmk.bin fmk: $(OBJ) -- cgit v1.2.3