forked from freudenreichan/info2Praktikum-NeuronalesNetz
3 lines
185 B
Plaintext
3 lines
185 B
Plaintext
LDFLAGS = -framework OpenGL -framework CoreFoundation -framework CoreGraphics -framework IOKit -framework Cocoa -framework CoreVideo
|
|
ARCH := $(shell uname -m)
|
|
BINARIES = ./macos-$(ARCH) |