Skip to content
Snippets Groups Projects
Commit 5de747b6 authored by David Hendriks's avatar David Hendriks
Browse files

Added line to makefile that aborts when BINARY_C is not set

parent a2fe2b7e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
# you will need to set the BINARY_C variable to point
# to the root binary_c directory
ifeq ($(BINARY_C),)
$(error BINARY_C is not set)
endif
CC := gcc
LD := gcc
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment