summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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)