Added forgotten files to commit for compiling on Maverick
This commit is contained in:
16
matrix/makefile_macosx
Normal file
16
matrix/makefile_macosx
Normal 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)
|
||||||
|
|
Reference in New Issue
Block a user