methodlist: clean
	gcc -c main.m
	gcc -o methodlist main.o -lobjc -framework Foundation -framework AppKit
clean:
	rm -f *.o methodlist
