motor:
	mkdir -p output
	$(CC) $@.c -o output/$@ -s -Wall
