Makefile 48 B

1234
  1. PROG= cp
  2. SRCS= cp.c utils.c
  3. include ../tool.mk