diff --git a/Makefile b/Makefile index 15914f4..d808baa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2012, 2013 Tom Willemsen +# Copyright (C) 2013 Tom Willemsen # # This file is part of CLark # @@ -14,6 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with CLark. If not, see . + DESTDIR ?= /usr/local .PHONY: all install uninstall diff --git a/clark.js b/clark.js index e0aebba..c256904 100644 --- a/clark.js +++ b/clark.js @@ -1,5 +1,4 @@ -/* clark -- Store/retrieve/manage bookmarks - Copyright (C) 2012,2013 Tom Willemsen +/* Copyright (C) 2013 Tom Willemsen This file is part of CLark