index
:
ascii2map
master
Convert ASCII map file to data
World Wide Web Owner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: b37e0463abb74c2afe406ad86d0a3705dbc9d20d (
plain
)
1
2
3
4
5
ascii2map: ascii2map.c $(CC) -g -o ascii2map ascii2map.c clean: rm -f ascii2map