Added forgotten files to commit for compiling on Maverick

This commit is contained in:
2014-03-14 09:50:31 +01:00
parent bc31c6cd1e
commit bff0473ed6

16
matrix/makefile_macosx Normal file
View File

@ -0,0 +1,16 @@
#---------------------------------------------------------------------------
# Makefile for the Matrix library
#
# Mark Koennecke, November 1996
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
include ../linux_def
CC = clang
CFLAGS = -g $(DFORTIFY) -MMD
include make_gen
-include $(OBJ:.o=.d)