Skip to content

Commit

Permalink
In Makefile, replace accidental direct invocation of gforth with $(HO…
Browse files Browse the repository at this point in the history
…STFORTH)
  • Loading branch information
nick-lifx committed Apr 25, 2022
1 parent 913f5dd commit 1778ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preForth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ seedForthInteractive.seedsource
rm __temp__.fs

crc10.forth: crc10_gen.forth
gforth $^ -e bye >$@
$(HOSTFORTH) $^ -e bye >$@

.PHONY=clean
clean:
Expand Down

0 comments on commit 1778ac1

Please sign in to comment.