Makefile 51 B

1234
  1. PROG= ls
  2. SRCS= ls.c dynarray.c
  3. include ../tool.mk