mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +02:00
More OBJ_DIR.
This commit is contained in:
parent
f2ff7329c7
commit
25b14229f1
@ -25,9 +25,9 @@ LIBS = -lm \
|
||||
-lfreetype \
|
||||
-lz
|
||||
|
||||
all: ftrandom
|
||||
all: $(OBJ_DIR)/ftrandom
|
||||
|
||||
ftrandom: $(SRC_DIR)/ftrandom.c
|
||||
$(OBJ_DIR)/ftrandom: $(SRC_DIR)/ftrandom.c
|
||||
$(CC) -o $(OBJ_DIR)/ftrandom $(CFLAGS) $(SRC_DIR)/ftrandom.c $(LIBS)
|
||||
|
||||
# EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user