make_most 81 B

1234
  1. most.x: most.c
  2. cc -o most.x most.c -lm ${MOST_XLIB} -lX11
  3. clean:
  4. rm -f *.o *.x