Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 7475913

Browse files
committed
Update makefile
1 parent 891d442 commit 7475913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CFLAGS += `pkg-config --libs --cflags mozjs185`
33
OUTFILE := javascript.so
44

55
all:
6-
c++ $(CFLAGS) javascript.cpp -o $(OUTFILE)
6+
cpp $(CFLAGS) javascript.cpp -o $(OUTFILE)
77

88
clean:
99
rm $(OUTFILE)

0 commit comments

Comments
 (0)