File: Makefile

package info (click to toggle)
widelands 1%3A15-3squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 206,508 kB
  • ctags: 12,956
  • sloc: cpp: 96,550; python: 2,636; ada: 849; sh: 269; objc: 254; makefile: 180
file content (7 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#  A newly built whitespace_checker may find new errors, so remove the cache.
whitespace_checker: whitespace_checker.adb
	gnatmake -gnatafn -gnatwa -gnaty whitespace_checker
	rm -fr ../../build/stylecheck

clean:
	@rm -f whitespace_checker *.ali *.o