X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/ff0d9246aaffb870847e43b03ba123c437b0d195..593eb738c871efd888f6c8652991dc2a413c8727:/build/unix/Makefile diff --git a/build/unix/Makefile b/build/unix/Makefile index d7ca532..42819ab 100644 --- a/build/unix/Makefile +++ b/build/unix/Makefile @@ -28,7 +28,6 @@ FULL_WARNINGS = \ -fsigned-char \ -fno-builtin \ -fno-unroll-loops \ - -fpeephole \ -fno-keep-inline-functions \ -pedantic \ -Wcast-qual \ @@ -136,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)