idlookup: idlookup.c
	cc -o idlookup idlookup.c

clean:
	rm -f idlookup *~ core *.o \#*
