aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: e54b51b8a89cc2e96e1bbf02fbad1e65276fce10 (plain)
1
2
3
4
5
6
7
.PHONY: build debug

build:
	cc later.c -Wall -Werror -o later

debug:
	cc later.c -g -fsanitize=address -Wall -Werror -o later