summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8b71495aef33bcc7d0d88b2d8f5ae3140921aad7 (plain)
1
2
3
4
5
6
7
8
CFLAGS+=-Wall -Wextra -Wpedantic

lc3:

clean:
	rm -f lc3

.PHONY: clean