From 8aaaa097444b0e119fca64ed84ae2b20a02bed69 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 12 Nov 2009 11:27:33 +0000 Subject: cleaned Makefile added uninstall target added cleanall target (also cleans doc dir) replaces mkdir -p by install -d (more portable) --- doc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 280b6a5..97db23e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -35,6 +35,8 @@ VERSION=$(shell cat ../version) +.PHONY: clean + all: manpage uanytun.8: uanytun.8.txt -- cgit v1.2.3