diff options
author | pixel <pixel> | 2003-01-27 16:14:39 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-27 16:14:39 +0000 |
commit | 404bc528acbc00dd3a7ef24b53e232bae2baf27d (patch) | |
tree | 1cf9a3b05ba161ee190f97cd86c903b7092c0db8 /ToD | |
parent | ec38f356b3aa30273bf9655d8da0b467440b31e2 (diff) |
Change of the day
Diffstat (limited to 'ToD')
-rwxr-xr-x | ToD/Makefile | 2 |
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 |