Skip to content

Commit bdec205

Browse files
committed
Don't delete *.class after make run
1 parent 32be74f commit bdec205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ AF_JAVA_LIB_PATH?=$(AF_JAVA_PATH)/$(LIB)
1111
CLASSES=$(patsubst %.java, %.class, $(shell ls *.java))
1212
BINS=$(patsubst %.class, %, $(CLASSES))
1313

14+
all: $(CLASSES)
15+
1416
run: $(BINS)
1517

1618
%: %.class

0 commit comments

Comments
 (0)