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

initial commit to properly structure this code

parent 0ac2a094
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,17 @@
# you will need to set the BINARY_C variable to point
# to the root binary_c directory
# https://stackoverflow.com/questions/30573481/path-include-and-src-directory-makefile/30602701#30602701
ifeq ($(BINARY_C),)
$(error BINARY_C is not set)
endif
SRC_DIR = src
CC := gcc
LD := gcc
......
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