Add copyright notice to Makefile

This commit is contained in:
Andrew Ayer
2015-05-30 17:19:15 -07:00
parent 83b58eafa7
commit ba250b87ad
+6
View File
@@ -1,3 +1,9 @@
#
# Copyright (c) 2015 Andrew Ayer
#
# See COPYING file for license information.
#
CXXFLAGS ?= -Wall -pedantic -Wno-long-long -O2
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin