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: 490d26682ef4fd9b0cb79e9aed120e9d0184efc0 (
plain
)
1
2
3
4
5
ascii2map: ascii2map.c $(CC) -o ascii2map ascii2map.c clean: rm -f ascii2map