File: Makefile

package info (click to toggle)
id3ren 1.1b0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: ansic: 1,878; makefile: 40; sh: 4
file content (12 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
all:
	make -C src all

debug:
	make -C src debug

install: 
	make -C src install
# 	make -C man install

clean:
	make -C src clean