More OBJ_DIR.

This commit is contained in:
Werner Lemberg 2007-06-03 19:53:02 +00:00
parent f2ff7329c7
commit 25b14229f1
1 changed files with 2 additions and 2 deletions

View File

@ -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