git @ Cat's Eye Technologies stringie / e5c858b
Like the other projects, just force the bin/ directory to exist. Chris Pressey 4 years ago
4 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 bin/
0 bin/stringie
11 *.o
0 This directory is where compiled executables will be placed.
66 ;
77 ; or you can simply type the following commands into the shell:
88 ;
9 makedir bin
109 dcc src/stringie.c -o bin/stringie
2828 all: ${PROG}${EXE}
2929
3030 ${PROG}${EXE}: $(OBJS)
31 mkdir -p ../bin/
3231 $(CC) $(OBJS) -o ${PROG} $(LIBS)
3332
3433 stringie${O}: stringie.c