文件操作 - Makefile
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/xz/examples/Makefile
编辑文件内容
# # Author: Lasse Collin # # This file has been put into the public domain. # You can do whatever you want with this file. # CC = c99 CFLAGS = -g LDFLAGS = -llzma PROGS = \ 01_compress_easy \ 02_decompress \ 03_compress_custom \ 04_compress_easy_mt all: $(PROGS) .c: $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) clean: -rm -f $(PROGS)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件