Strip the resulting binary to redurce some space
This commit is contained in:
parent
42e0200349
commit
b2d11488fa
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ all:
|
||||||
|
|
||||||
$(CC) $(CFLAGS) $(LIBS) -o ledcube-edit main.o display.o input.o
|
$(CC) $(CFLAGS) $(LIBS) -o ledcube-edit main.o display.o input.o
|
||||||
chmod +x ledcube-edit
|
chmod +x ledcube-edit
|
||||||
|
strip ledcube-edit
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
|
|
Loading…
Reference in a new issue