File: Makefile

package info (click to toggle)
tinyxml2 0~git20120518.1.a2ae54e-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 472 kB
  • sloc: xml: 3,888; cpp: 2,728; python: 50; makefile: 18
file content (4 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
all: xmltest
xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
clean:
	rm -f *.o xmltest