mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
6 lines
137 B
Makefile
6 lines
137 B
Makefile
CC= gcc
|
|
CXX= g++
|
|
CPPFLAGS=
|
|
LDFLAGS= -lCosmoTool
|
|
CXXFLAGS= $(CPPFLAGS) -ggdb -O3 -ffast-math
|
|
CFLAGS= $(CPPFLAGS) -ggdb -O3 -ffast-math
|