File: Makefile

package info (click to toggle)
cherrypy 0.10-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,324 kB
  • ctags: 1,759
  • sloc: python: 14,411; sh: 6,915; perl: 2,472; makefile: 76
file content (6 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
all: DemoServer.py
DemoServer.py: Root.cpy Demo.cpy Prestation.cpy PrestationFrench.cpy PrestationEnglish.cpy PrestationTables.cpy
	python ../cherrypy.py Root.cpy

clean:
	rm -f DemoServer.py