Makefile 84 B

123456
  1. PKG_DEPS = ufo
  2. SRC=lamino.c reco.c io.c
  3. BIN=lamino
  4. LDFLAGS=-lreadline
  5. include c.mk