initial commit
[bf.git] / Makefile
1 PROGRAM:=bf
2 CFLAGS:=-Wall -Werror -g
3
4 all: $(PROGRAM)
5
6 clean:
7 $(RM) -v $(PROGRAM)