
get6x86: set6x86
	ln -sf set6x86 get6x86

set6x86: set6x86.c
	cc -O2 -Wall -o set6x86 set6x86.c

clean:
	rm -f get6x86 set6x86 *.o
