makefile
来自「ELFkickers是一组elf工具」· 代码 · 共 23 行
TXT
23 行
all: true false hello fgconsole keepalive bf hexdump factor ls date snake% : %.asm nasm -f bin -w+orphan-labels -o $@ $< && chmod +x $@true : true.asmhello : hello.asmfgconsole : fgconsole.asmkeepalive : keepalive.asmbf : bf.asmhexdump : hexdump.asmls : ls.asmfactor : factor.asmdate : date.asmsnake : snake.asmfalse: true ln -s true falseclean: rm -f true false hello fgconsole keepalive rm -f bf hexdump factor ls date snake
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?