
tempname: tempname.c
	gcc -g -Wall tempname.c -o tempname

clean:
	rm -f tempname *.o *~
    