Skip to content

Commit 9b6f7e4

Browse files
authored
Merge pull request #533 from camlspotter/master
fixed a typo
2 parents 5b41f4c + ae6c6d1 commit 9b6f7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MINIFIER := jsoo_minify$(EXEEXT)
1111
MKTOP := jsoo_mktop$(EXEEXT)
1212
MKCMIS := jsoo_mkcmis$(EXEEXT)
1313

14-
PPX := ppx_js$(EXEXT)
14+
PPX := ppx_js$(EXEEXT)
1515
# opt/byte
1616
BEST := opt
1717

0 commit comments

Comments
 (0)