File: rules

package info (click to toggle)
raincat 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,952 kB
  • sloc: haskell: 2,200; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	ghc --make Setup
	./Setup configure --datadir=/usr/share/games/raincat --datasubdir=

override_dh_auto_build:
	./Setup build

override_dh_auto_clean:
	if [ -x Setup ]; then ./Setup clean; fi
	rm -f Setup Setup.o Setup.hi