File: Makefile

package info (click to toggle)
id3ren 1.1b0-7
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 360 kB
  • ctags: 210
  • sloc: ansic: 1,878; makefile: 39
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