diff options
-rw-r--r-- | Makefile.gpyutils | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.gpyutils b/Makefile.gpyutils index c9f7e6f..eb355d8 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -20,26 +20,6 @@ all = $(upgr_all) all: $(all) -$(outdir)/cands.txt: $(timestamp) - mkdir -p $(outdir) - gpy-cands > $@.new - mv $@.new $@ - -$(outdir)/depcands.txt: $(timestamp) - mkdir -p $(outdir) - gpy-depcands > $@.new - mv $@.new $@ - -$(outdir)/depcands-all.txt: $(timestamp) - mkdir -p $(outdir) - gpy-depcands --all > $@.new - mv $@.new $@ - -$(outdir)/depcheck.txt: $(timestamp) - mkdir -p $(outdir) - gpy-depcheck > $@.new - mv $@.new $@ - $(outdir)/310-to-311.txt: $(timestamp) mkdir -p $(outdir) gpy-upgrade-impl -m python3_10 python3_11 > $@.new |