all: model.pickle

data1.pickle:
	python3 step1.py

model.pickle: data1.pickle
	python3 step2.py

clean:
	rm ./*.pickle