Updated unit test makefiles.

This commit is contained in:
skarg
2007-11-06 19:10:52 +00:00
parent 33258675ff
commit b060c15679
5 changed files with 53 additions and 49 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ SRCS = $(SRC_DIR)/bacdcode.c \
TARGET = abort
OBJS = ${SRCS:.c=.o}
all: ${TARGET}
OBJS = ${SRCS:.c=.o}
${TARGET}: ${OBJS}
${CC} -o $@ ${OBJS}