using select() with libpcap and better makefiles
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
VERSION := 0
|
||||
SUBVERSION := 8
|
||||
MINORVERSION := 2-SNAPSHOT
|
||||
|
||||
#prefix := /usr
|
||||
prefix := /usr/local
|
||||
|
||||
@@ -25,9 +21,6 @@ NCURSES_LIBS?=-lncurses
|
||||
|
||||
.PHONY: tgz
|
||||
|
||||
tgz: clean
|
||||
cd .. ; tar czvf nethogs-$(VERSION).$(SUBVERSION).$(MINORVERSION).tar.gz --exclude-vcs nethogs/*
|
||||
|
||||
.PHONY: check uninstall
|
||||
check:
|
||||
@echo "Not implemented"
|
||||
|
||||
Reference in New Issue
Block a user