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