airctl:
	gcc -D_GNU_SOURCE -Wall -pedantic -ansi -o airctl snprintx.c airctl.c

clean:
	if [ -e airctl ]; then rm airctl; fi
