# todo clean # make o hellope # for # odin run hellope.odin -file o: odin run $(filter-out $@,$(MAKECMDGOALS)).odin -file c: odin run . c2: odin build run: ./otest # ignore other - cause - make: *** No rule to make target 'hellope'. Stop. %: @: default: run .PHONY: c c2 run