summaryrefslogtreecommitdiff
path: root/ToD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ToD/Makefile')
-rwxr-xr-xToD/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ToD/Makefile b/ToD/Makefile
index 12f5a46..fafd7ac 100755
--- a/ToD/Makefile
+++ b/ToD/Makefile
@@ -10,7 +10,7 @@ TARGET = c_dumper
all: ${TARGET}
c_dumper: c_dumper.o ../includes/generic.h Makefile
- ${CXX} ${LDFLAGS} c_dumper.o ../generic/generic.a -o unarc
+ ${CXX} ${LDFLAGS} c_dumper.o ../generic/generic.a -o c_dumper
clean:
rm -f *.o ${TARGET} compil.c