Skip to content

Commit

Permalink
#85: remove useless compression
Browse files Browse the repository at this point in the history
  • Loading branch information
alvieboy committed May 14, 2021
1 parent 818d4da commit 7cbc506
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions esp32/firmwareupdate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ RLE=./rle
./rle: rle.c
$(CC) -O2 rle.c -o rle

intz.rle: ../intz.rom rle $(RLE)
$(RLE) ../intz.rom intz.rle

resources.rle: ../build/resources.bin $(RLE)
$(RLE) ../build/resources.bin resources.rle

Expand Down

0 comments on commit 7cbc506

Please sign in to comment.