1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 18:09:00 +00:00
trezor-firmware/gen/Makefile
2017-07-17 12:25:07 +02:00

10 lines
125 B
Makefile

CC=gcc
all: strwidth
strwidth: strwidth.c fonts.c
$(CC) strwidth.c fonts.c -o strwidth -lreadline
clean:
rm -f strwidth