Forgot to do '-a' on the last commit 'cause git is silly like that...

This commit is contained in:
2011-07-27 22:34:53 -04:00
parent a7b038ff52
commit 26605a3220
5 changed files with 93 additions and 129 deletions

View File

@@ -1,11 +1,9 @@
CC=gcc
LD=gcc
EXECOBJ=
OBJECTS=exclib.o exception_test.o backtrace.o
OBJECTS=exclib.o exception_test.o
LIBS=
ifeq "$(OS)" "win32"
LIBS=-lbfd -lintl -liberty -imagehlp
endif
CFLAGS=
all: exception_test