--- trunk/Makefile 2015/09/29 08:26:40 3 +++ trunk/Makefile 2015/09/29 08:31:02 4 @@ -1,7 +1,7 @@ # # Makefile for mac2eui64. # -# Copyright (C) 2003 Trond Endrestøl +# Copyright (C) 2003 Trond Endrestøl # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,9 +25,9 @@ BINPREFIX = $(PREFIX)/bin # PREFIX = /usr/local BINPREFIX = $(PREFIX)/bin -CC = gcc -LD = gcc -CFLAGS = -g0 -O3 +CC = clang36 +LD = clang36 +CFLAGS = -std=c11 -Weverything -g0 -O3 LDFLAGS = -s INSTALL = install INSTALLFLAGS = -C -d -g 0 -m 555 -o 0 -p