#CFLAGS=-Wall -ansi -pedantic

ipsrdecode: ipsrdecode.o
	gcc ipsrdecode.o -o ipsrdecode

ipsrdecode.o: ipsrdecode.c
