default:
	diet -Os gcc -Wall -ansi -pedantic -o dropper dropper.c so.c
	strip -s dropper

clean:
	rm -f dropper
