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