made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
7
gitportable/usr/share/vim/vim91/macros/maze/Makefile
Normal file
7
gitportable/usr/share/vim/vim91/macros/maze/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
# It's simple...
|
||||
|
||||
maze: mazeansi.c
|
||||
cc -o maze mazeansi.c
|
||||
|
||||
mazeclean: mazeclean.c
|
||||
cc -o mazeclean mazeclean.c
|
||||
Reference in New Issue
Block a user