diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |