We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32be74f commit bdec205Copy full SHA for bdec205
1 file changed
examples/Makefile
@@ -11,6 +11,8 @@ AF_JAVA_LIB_PATH?=$(AF_JAVA_PATH)/$(LIB)
11
CLASSES=$(patsubst %.java, %.class, $(shell ls *.java))
12
BINS=$(patsubst %.class, %, $(CLASSES))
13
14
+all: $(CLASSES)
15
+
16
run: $(BINS)
17
18
%: %.class
0 commit comments