X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/406a0545a94f43e880e883da3673f705467ecab3..593eb738c871efd888f6c8652991dc2a413c8727:/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)