21 Apr
2011
21 Apr
'11
7:50 p.m.
On Thu, Apr 21, 2011 at 9:05 PM, Dan McGee <dan@archlinux.org> wrote:
Use a Makefile to compile, rather than a call to gcc in install.sh. This allows make's implict rules to take care of CFLAGS, LDFLAGS, CC, etc.
Use `set -e` in the install file rather than needing '|| exit 1' on every single operation.
Thanks! Will apply this too.
diff --git a/.gitignore b/.gitignore index 48f20c7..c601da6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ minilogd +minilogd.o +tags
tags? should this be here?