summaryrefslogtreecommitdiff
path: root/ToD/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2003-01-27 16:14:39 +0000
committerpixel <pixel>2003-01-27 16:14:39 +0000
commit404bc528acbc00dd3a7ef24b53e232bae2baf27d (patch)
tree1cf9a3b05ba161ee190f97cd86c903b7092c0db8 /ToD/Makefile
parentec38f356b3aa30273bf9655d8da0b467440b31e2 (diff)
Change of the day
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