File: Makefile.debian

package info (click to toggle)
colrconv 0.99.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 76 kB
  • ctags: 40
  • sloc: ansic: 711; makefile: 51
file content (12 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
all: colrconv

colrconv: colrconv.c
	gcc $(CFLAGS) -I/usr/include/ncurses colrconv.c \
	-DAUDIO -lncurses -o colrconv

install:
	install -s -o root -g root colrconv $(DESTDIR)/usr/bin
	
clean:
	rm -f colrconv *~