maintenance: maintenance.c
	gcc maintenance.c -o maintenance

test: maintenance
	./maintenance 60 180 1 3 5 100

clean:
	rm -f maintenance
