8 lines
111 B
Makefile
8 lines
111 B
Makefile
|
# It's simple...
|
||
|
|
||
|
maze: mazeansi.c
|
||
|
cc -o maze mazeansi.c
|
||
|
|
||
|
mazeclean: mazeclean.c
|
||
|
cc -o mazeclean mazeclean.c
|