summaryrefslogtreecommitdiff
path: root/Makefile
blob: c6d7215cbe8d3677f9df37dba1a41911e61cf562 (plain)
1
2
3
4
5
6
mbw: mbw.c
	gcc -Wall -Wextra -pedantic -O2 -o mbw mbw.c

.PHONY: clean
clean:
	rm -f mbw