Skip to content

Commit

Permalink
s/classs/classes/
Browse files Browse the repository at this point in the history
  • Loading branch information
zsomogyi committed Aug 18, 2023
1 parent f4e24a3 commit e7498d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java_interface/standalone_java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MER_JARS = $(MER_LIB_DIR)/mer_std.jar:$(MER_LIB_DIR)/mer_rt.jar
all: run

JavaMain.class: JavaMain.java mercury_lib.jar
$(JAVAC) JavaMain.java -cp $(MER_JARS):Mercury/classs -d .
$(JAVAC) JavaMain.java -cp $(MER_JARS):Mercury/classes -d .

mercury_lib.jar: mercury_lib.m
$(MMC) --grade $(GRADE) --make libmercury_lib
Expand Down

0 comments on commit e7498d6

Please sign in to comment.