summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4e10a2ad5cf913784eb43ce830abb2fb87bdeafb (plain)
1
2
3
4
5
bf: bf.c
	$(CC) -O3 -Wall -Wextra -std=c89 -Wpedantic -o $@ $<

clean:
	rm -f bf