File: Makefile

package info (click to toggle)
wap-wml-tools 0.0.4-5
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k, lenny
  • size: 304 kB
  • ctags: 234
  • sloc: ansic: 1,122; sh: 112; makefile: 104
file content (11 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
SRC = wbmp2xpm.c

all: wbmp2xpm

re: clean all

wbmp2xpm:
	$(CC) $(CC_OPS) -o wbmp2xpm $(SRC) $(LD_OPS)

clean:
	rm -f *.o wbmp2xpm *~