PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- all: fontconvert
-
- CC = gcc
- CFLAGS = -Wall -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/include
- LIBS = -lfreetype
-
- fontconvert: fontconvert.c
- $(CC) $(CFLAGS) $< $(LIBS) -o $@
- strip $@
-
- clean:
- rm -f fontconvert
|