diff options
author | Pixel <Pixel> | 2002-06-19 16:31:57 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-06-19 16:31:57 +0000 |
commit | a4aa1f93479eb03a6bb462342f9a74c31c8f9d8b (patch) | |
tree | c1b3f2b1c2b5dd5aab16d36e95f526981cf41717 /Makefile | |
parent | 0a4323de04098c60c67359de26ff0f6040bd09c0 (diff) |
Still working on it...
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ dte-tool-asm: dteutils.cpp generic.h generic.cpp fileutils.cpp fileutils.h dte-a dte-tool: dteutils.cpp generic.h generic.cpp fileutils.cpp fileutils.h ${CXX} ${CPPFLAGS} ${LDFLAGS} dteutils.cpp generic.cpp fileutils.cpp -o dte-tool -DDTEMAIN -str-tool: str-util.cpp generic.h generic.cpp fileutils.cpp fileutils.h - ${CXX} ${CPPFLAGS} ${LDFLAGS} str-util.cpp generic.cpp fileutils.cpp -o str-tool -DSTR_MAIN +str-tool: str-util.cpp generic.h generic.cpp fileutils.cpp fileutils.h cdutils.cpp cdutils.h yazedc.cpp yazedc.h + ${CXX} ${CPPFLAGS} ${LDFLAGS} str-util.cpp generic.cpp fileutils.cpp cdutils.cpp yazedc.cpp -o str-tool -DSTR_MAIN clean: rm -f *.o ${TARGET} compil.c |