File: Makefile

package info (click to toggle)
wzip 0.1.2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 44 kB
  • ctags: 18
  • sloc: ansic: 284; makefile: 40
file content (10 lines) | stat: -rw-r--r-- 221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
build : wzip.c
	gcc $(CFLAGS) -o wzip wzip.c

clean :
	rm -f wzip

install : wzip
	install -s -g root -o root -m 755 wzip $(DESTDIR)/usr/bin ;\
	install -o root -g root -m 644 wzip.1.gz\
          $(DESTDIR)/usr/man/man1