8 lines
141 B
Makefile
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
|