philburk / pforth

Portable Forth in C
BSD Zero Clause License
602 stars 99 forks source link

build sometimes include the wrong pfdicdat.h #119

Closed philburk closed 2 years ago

philburk commented 2 years 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".