typo
This commit is contained in:
parent
f0bb6f8c31
commit
739ffc6180
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ run:
|
|||
java --enable-preview -cp $(BIN_DIR) $(ENTRY)
|
||||
|
||||
compilation:
|
||||
find $(SRC) -name "*.java" -print | xargs javac -d $(BIN_DIR)
|
||||
find $(SRC_DIR) -name "*.java" -print | xargs javac -d $(BIN_DIR)
|
||||
|
||||
all:
|
||||
run
|
||||
|
|
Loading…
Reference in a new issue