文件操作 - Makefile
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/atom/resources/app/apm/node_modules/xmlbuilder/Makefile
编辑文件内容
clean: @rm -fr lib/ release: clean @test `which coffee` || { echo 'You need to have CoffeeScript installed.'; exit 1; } @coffee -c -o lib src/*.coffee test: release @coffee test/test.coffee publish: release @test `which npm` || { echo 'You need to have npm installed.'; exit 1; } npm publish @rm -fr lib/
修改文件时间
将文件时间修改为当前时间的前一年
删除文件