More OBJ_DIR.

david-pic-changes
Werner Lemberg 18 years ago
parent f2ff7329c7
commit 25b14229f1
  1. 4
      src/tools/ftrandom/Makefile

@ -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…
Cancel
Save