all:
	musl-gcc -Q -O3 -static-pie -fPIE -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now barnsley.c -o barnsley
	strip barnsley
	ls -l barnsley
clean:
	rm -f barsley
