added creating of bin folder
This commit is contained in:
parent
4d497466c1
commit
68427f4fb0
@ -107,7 +107,10 @@ BFORCE_OBJS = bforce/bforce.o \
|
||||
@echo Compiling $*.c
|
||||
@$(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -c $< -o $@
|
||||
|
||||
all: bin/bforce bin/bfindex bin/bfstat bin/nlookup
|
||||
all: bin bin/bforce bin/bfindex bin/bfstat bin/nlookup
|
||||
|
||||
bin:
|
||||
test -d bin || mkdir bin
|
||||
|
||||
bforce/expression.c: bforce/expression.y
|
||||
$(YACC) bforce/expression.y
|
||||
|
Loading…
x
Reference in New Issue
Block a user