CC = gcc



INCLIBS = -lm



all:    shirkan.c ex1.h ex1.c sim.c sim.h
	$(CC) -oshirkan ex1.c sim.c shirkan.c $(INCLIBS)
