Files

8 lines
141 B
Makefile
Raw Permalink Normal View History

2021-07-08 21:25:14 -04:00
main: wordStat.cob
cobc -x -free -Wall wordStat.cob
old: stat.cob
cobc -x -free -Wall stat.cob
clean:
rm out.txt stats.txt stat wordStat