You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 117B

1234
  1. SRCS = include.c main.c parse.c pr.c cppsetup.c ifparser.c
  2. OBJS = $(SRCS:.c=.o)
  3. vncmkdepend: $(OBJS)
  4. $(CC) $^ -o $@