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 131B

12345678910
  1. all : tunctl serial-console.1
  2. %.1 : %
  3. pod2man $< > $@
  4. tunctl : tunctl.c
  5. $(CC) -o $@ $<
  6. clean :
  7. rm -f serial-console.1 tunctl