stdhead.t: stdhead.c
    cc  +Hstdhead.t +m stdhead.c

about.o: about.c stdhead.t
    cc -n +Istdhead.t  about.c

maze.o: maze.c  stdhead.t
    cc -n  +Istdhead.t  maze.c

maze: maze.o about.o
     ln -g maze.o about.o  -lc

# maze.l: maze.c about.c
#      lint >maze.l -iSYS1:include/ -zero -si2 SYS9:manx.c maze.c about.c

