mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-21 00:38:12 +02:00
Typo
This commit is contained in:
parent
aa15682fd8
commit
ab5bfe79e2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ all: png hash sprite
|
|||
png:$(SRC_PNG)
|
||||
$(CC) $(CFLAGS) $(INCLUDE) -DDPI=$(DPI) -o $@ $(SRC_PNG) $(SRC_LIB) $(OBJS) $(LIBS)
|
||||
|
||||
sprite:$(SRC_PNG)
|
||||
sprite:$(SRC_SPRITE)
|
||||
$(CC) $(CFLAGS) $(INCLUDE) -DDPI=$(DPI) -o $@ $(SRC_SPRITE) $(SRC_LIB) $(OBJS) $(LIBS)
|
||||
|
||||
hash:$(SRC_HASH)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue