Skip to content
Snippets Groups Projects
Commit 9821cf1f authored by Aaron's avatar Aaron
Browse files

Makefile aborts on first error.

parent 705c2aaa
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
# (c) 2009 Aaron Quinlan
# ==========================
SHELL := /bin/bash -e
# define our object and binary directories
export OBJ_DIR = obj
export BIN_DIR = bin
......
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