index
:
lc3
master
Little Computer 3 implementation written in C
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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