diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-09-02 15:27:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-09-02 15:27:07 +0200 |
commit | acca8df9d475bbfbafc71691ebc3b857ecd2777e (patch) | |
tree | 8afef873da68532e9adce25722d139bc4117d878 /runtime/macros | |
parent | c9cc9c78f21caba7ecb5c90403df5e19a57aa96a (diff) | |
download | vim-git-acca8df9d475bbfbafc71691ebc3b857ecd2777e.tar.gz |
patch 8.1.0346: building with Aap is outdated and unusedv8.1.0346
Problem: Building with Aap is outdated and unused.
Solution: Remove the Aap build files.
Diffstat (limited to 'runtime/macros')
-rw-r--r-- | runtime/macros/maze/main.aap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/macros/maze/main.aap b/runtime/macros/maze/main.aap deleted file mode 100644 index ee9af21de..000000000 --- a/runtime/macros/maze/main.aap +++ /dev/null @@ -1,4 +0,0 @@ -# Aap recipe to build the maze program -:program maze : mazeansi.c - -:program mazeclean : mazeclean.c |