makefile.rpm

来自「常用字符串hash算法」· RPM 代码 · 共 8 行

RPM
8
字号
all: hashishmain.o: main.cpp hashish_wdr.h	g++ -c main.cpp `wx-config --cxxflags` -fexceptionshashish_wdr.o: hashish_wdr.h	g++ -c hashish_wdr.cpp `wx-config --cxxflags` -fexceptionshashish: main.o hashish_wdr.o	g++ -o hashish main.o hashish_wdr.o `wx-config --cxxflags` `wx-config --static --libs` -fexceptions -lcryptopp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?