File: Makefile

package info (click to toggle)
mscompress 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 252 kB
  • ctags: 40
  • sloc: sh: 1,802; ansic: 605; makefile: 77
file content (8 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
clean:
	rm -f test.txt_ test.new

test:
	../mscompress test.txt
	../msexpand < test.txt_ > test.new
	diff -q test.compressed test.txt_
	diff -q test.new test.txt