using select() with libpcap and better makefiles

This commit is contained in:
Mohamed Boussaffa
2016-03-08 18:58:48 +08:00
parent 4ea5c77793
commit 9e9b77f144
5 changed files with 120 additions and 44 deletions

View File

@@ -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"