File: Makefile

package info (click to toggle)
mscompress 0.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 244 kB
  • ctags: 40
  • sloc: sh: 1,802; ansic: 605; makefile: 84
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