Strip the resulting binary to redurce some space

This commit is contained in:
Aaron Mueller 2011-10-30 23:42:46 +01:00
parent 42e0200349
commit b2d11488fa

View file

@ -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