Files
cobol-text-analyzer/makefile
T
2021-07-08 21:25:14 -04:00

8 lines
141 B
Makefile

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