diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-05-09 21:09:57 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-05-09 21:09:57 -0400 |
commit | 699dd7f2373797c3b7a01ac2bc339bbf2b42fe14 (patch) | |
tree | 6d092fc8264313d7d3335d9d6dae6e3905a64959 /Makefile | |
parent | 1cd2f0ad0d0082f25f9bc21618605fb41dad5e6d (diff) |
accidentally was removing defaults.h on make clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ sb: ${OBJ} clean: @echo cleaning - @rm -f sb ${OBJ} sb-${VERSION}.tar.gz + @rm -f sb sb.o sb-${VERSION}.tar.gz dist: clean @echo creating dist tarball |