Skip to content

Commit 387d2dd

Browse files
committed
modified makefile and added junit library
1 parent 5bbc82c commit 387d2dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ all: init
1111
javac -sourcepath ${SRC_DIR} -classpath ${CLASSPATH}:${LIB_DIR}/${JUNIT_LIB} \
1212
@${SRC_LIST} -d ${CLASSPATH}
1313

14-
init: clean
14+
init:
1515

16-
mkdir ${CLASSPATH}
16+
mkdir -p ${CLASSPATH}
1717

1818
clean:
1919

lib/junit-4.10.jar

247 KB
Binary file not shown.

0 commit comments

Comments
 (0)