File: Makefile

package info (click to toggle)
stops 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 872 kB
  • sloc: makefile: 11
file content (13 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
default:
	echo Please specify make target: archive

DIR := $(shell basename `pwd`)

archive:	distclean
	cd ..; /bin/rm -f $(DIR).tar.bz2; tar cvf $(DIR).tar $(DIR); bzip2 $(DIR).tar

distclean:
	/bin/rm -f *~
	/bin/rm -f waves/*