td: TrumpDetector.hs
	ghc --make -O2 $< -o $@

clean:
	-rm -f td *.o *.hi

.PHONY: clean