#
# Makefile to clean ex5
#
EXECS = kwad \

clean:
	rm -f $(EXECS) *.o *.s
