unlpf: unlpf.c
	gcc -W -Wall -g -O0 unlpf.c -o unlpf

clean:
	rm unlpf unlpf.exe

