GNUmakefile 80 B

1234567
  1. CXXFLAGS := -pedantic -Wall
  2. LDFLAGS := -lkvm
  3. all: pstree
  4. clean:
  5. rm -f pstree