all: all64

all64:
	mold -run gcc -flarge-source-files -flto -fPIE -pie -O4 -funroll-loops -msse4a -fforce-addr -ffast-math -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls xwinwrap.c -o xwinwrap -lX11 -lXext -lXrender

install:
	cp xwinwrap /usr/bin

clean:
	-rm -f xwinwrap
