CardiacPhase/Git/usr/share/vim/vim81/macros/maze/Makefile

8 lines
111 B
Makefile
Raw Normal View History

2019-05-06 16:34:28 +02:00
# It's simple...
maze: mazeansi.c
cc -o maze mazeansi.c
mazeclean: mazeclean.c
cc -o mazeclean mazeclean.c