1 2 3 4 5 6 7 8 9 10
.POSIX: .SUFFIXES: demo: hare build -lSDL2 -lc -T+libc cmd/demo run: hare run -lSDL2 -lc -T+libc cmd/demo .PHONY: demo run