Menu

simulationCases/Makefile

Makefile

# Check if .project_config exists
ifeq (\$(wildcard ../.project_config),)
  \$(error "../.project_config not found")
endif

BASILISK := \$(shell . ../.project_config && echo \$\$BASILISK)

CFLAGS += -O2 -disable-dimensions
CFLAGS += -I\$(PWD)/src-local -I\$(PWD)/../src-local

include \$(BASILISK)/Makefile.defs