Skript /~heha/hsn/bl/hid-flash.zip/src/Makefile

all: ../linux64/hid-flash ../linux32/hid-flash

../linux64/hid-flash: *.cpp *.h Makefile
	@mkdir -p ../linux64
	g++ -std=c++11 -Os -s -fno-exceptions -o $@ $(filter %.cpp,$^)

# "gcc-multilib" must be installed to compile this
../linux32/hid-flash: *.cpp *.h Makefile
	@mkdir -p ../linux32
	g++ -std=c++11 -m32 -Os -s -fno-exceptions -o $@ $(filter %.cpp,$^)
Vorgefundene Kodierung: ASCII (7 bit)2