This will allow quicker testing without
generating the standalone image.
make clean pforthdic
# target aliases
pfdicapp: $(PFDICAPP)
+pforthdic: $(PFORTHDIC)
+
pfdicdat: $(PFDICDAT)
pforthapp: $(PFORTHAPP)
@echo "Use 'make all' to build standalone pForth executable."
@echo "PForth can be built in several stages using these targets:"
@echo " pfdicapp = executable pForth with minimal dictionary. All from 'C'."
- @echo " pfdicdat = image of full dictionary build by compiling Forth code."
+ @echo " pforthdic = executable pforth plus pforth.dic file"
+ @echo " pfdicdat = header image of full dictionary build by compiling Forth code."
@echo " pforthapp = executable with embedded dictionary image. DEFAULT 'all' target."
@echo ""
@echo " The file 'fth/pfdicdat.h' is generated by pForth. It contains a binary image of the Forth dictionary."