From b2d11488fa1bd10d135581c273a4ac5d759376f7 Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Sun, 30 Oct 2011 23:42:46 +0100 Subject: [PATCH] Strip the resulting binary to redurce some space --- editor/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/Makefile b/editor/Makefile index e9e50d8..ef0f056 100644 --- a/editor/Makefile +++ b/editor/Makefile @@ -12,6 +12,7 @@ all: $(CC) $(CFLAGS) $(LIBS) -o ledcube-edit main.o display.o input.o chmod +x ledcube-edit + strip ledcube-edit clean: rm -f *.o