文件操作 - Makefile
返回文件管理
返回主菜单
删除本文件
文件: /root/php-malware-finder/Makefile
编辑文件内容
VERSION=1.0 DEBVER := $(shell sed 's,[/\.].*,,' < /etc/debian_version) tests: @cd ./php-malware-finder && bash ./tests.sh debclean: rm -rf php-malware-finder/debian rm -f *.build *.changes *.deb extract: cp -r debian php-malware-finder git checkout php-malware-finder/php.yar rpm: @echo "no rpm build target for now, feel free to submit one" deb: debclean extract cd php-malware-finder && debuild -b -us -uc --lintian-opts -X po-debconf --profile debian
修改文件时间
将文件时间修改为当前时间的前一年
删除文件