X-Git-Url: https://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/33142683b9ddd97c24755e8f0397d611d41abf1c..82b409b0854d22efe9bbf8b2e7c2d003ab06e2e3:/build/unix/Makefile diff --git a/build/unix/Makefile b/build/unix/Makefile index 141f855..42819ab 100644 --- a/build/unix/Makefile +++ b/build/unix/Makefile @@ -135,6 +135,7 @@ test: $(PFORTHAPP) wd=$$(pwd); (cd $(FTHDIR); $${wd}/$(PFORTHAPP) -q t_locals.fth) wd=$$(pwd); (cd $(FTHDIR); $${wd}/$(PFORTHAPP) -q t_alloc.fth) wd=$$(pwd); (cd $(FTHDIR); $${wd}/$(PFORTHAPP) -q t_floats.fth) + wd=$$(pwd); (cd $(FTHDIR); $${wd}/$(PFORTHAPP) -q t_file.fth) clean: rm -f $(PFOBJS) $(PFEMBOBJS)