philburk / pforth

Portable Forth in C
BSD Zero Clause License
597 stars 98 forks source link

change value for CC on macOS #167

Closed profburke closed 2 months ago

profburke commented 2 months ago

Proposed solution for issue #166 .

This PR changes the Makefile to use clang as the compiler when running on macOS since current versions of c89 on macOS don't seem to support all the command line options used in the makefile.