diff options
author | Chris Xiong <chirs241097@gmail.com> | 2015-10-11 22:16:30 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2015-10-11 22:16:30 +0800 |
commit | bdcabc1e059ba9415e8d1f8cb436c77545680670 (patch) | |
tree | 18bd9f864290b6ad2258b143817e8bccbc3ae657 /tools/dtputil/makefile | |
parent | c279262556b2ffb4324cc6e52b4d4dd9cd1bd91a (diff) | |
download | SMELT-bdcabc1e059ba9415e8d1f8cb436c77545680670.tar.xz |
Add smDtpFileR::getFileCRC.
Modify anmutil and dtputil.
Make the example compatible with Arch Linux.
Diffstat (limited to 'tools/dtputil/makefile')
-rw-r--r-- | tools/dtputil/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dtputil/makefile b/tools/dtputil/makefile index cb0ed0a..92ed0fb 100644 --- a/tools/dtputil/makefile +++ b/tools/dtputil/makefile @@ -4,7 +4,7 @@ LINK= -lz -lsmeltext LINK_FOLDER= -L../../extensions/ all: anmutil dtputil -anmutil: +anmutil: anmutil.cpp $(CC) anmutil.cpp -o anmutil $(CXXFLAGS) $(LINK_FOLDER) $(LINK) -dtputil: +dtputil: dtputil.cpp $(CC) dtputil.cpp -o dtputil $(CXXFLAGS) $(LINK_FOLDER) $(LINK)
\ No newline at end of file |