File: Makefile

package info (click to toggle)
lincity-ng 2.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 186,616 kB
  • sloc: cpp: 31,237; xml: 23,019; ansic: 274; lisp: 189; python: 182; sh: 92; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
all: autocrop 

autocrop : autocrop.cxx
	$(CXX) -Wall -O2 -g -o $@ $< `pkg-config --cflags --libs libpng`

render:	
	./render.sh

crop:
	./croprender.sh

# EOF #