Skip to content
Snippets Groups Projects
Commit f11372d7 authored by Oskar Viljasaar's avatar Oskar Viljasaar
Browse files

common.mk: specify compiler option

parent c0504669
No related branches found
No related tags found
No related merge requests found
# Useful to refer to headers not located in the same directory as the source files being compiled
PROJECT_TOPLEVEL := $(dir $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
INCLUDE_DIR = $(PROJECT_TOPLEVEL)/include
CC=gcc # gcc || clang
\ No newline at end of file
# Common compiler options
CC=gcc # gcc || clang
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment