makefile.mingw
来自「this is aes algorithm」· MINGW 代码 · 共 15 行
MINGW
15 行
OBJS= usbdump.o crc32.oCFLAGS+= -I../includeusbdump: $(OBJS) $(CC) -o usbdump.exe $(OBJS) strip usbdump.execrc32.o: ../stand/crc32.c $(CC) $(CFLAGS) -c ../stand/crc32.c clean: /bin/rm -f *.o usbdump.exe
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?