philburk / pforth

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

build sometimes include the wrong pfdicdat.h #119

Closed philburk closed 1 year ago

philburk commented 1 year ago

I was build a pforth_standalone and not getting the new changes. It turned out that I was accidentally picking up an old "csrc/pfdicdat.h" file. I tried to modify the Makefile so it would abort if detected but couldn't get that to work. So I just print a warning and delete "csrc/pfdicdat.h".