[go: up one dir, main page]

File: Makefile.clean

package info (click to toggle)
krecord 1.11.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 752 kB
  • ctags: 449
  • sloc: cpp: 2,926; ansic: 209; makefile: 152; sh: 152
file content (17 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

default:
	./configure && make

auto:
	aclocal
	autoconf
	autoheader
	./configure && make


#########################################################
# just for me, some maintaining jobs.  Don't use them

checkit release:
	./configure && $(MAKE) $@