File: rules

package info (click to toggle)
pforth 1%3A2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 904 kB
  • sloc: ansic: 6,283; makefile: 410
file content (15 lines) | stat: -rwxr-xr-x 276 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:
	true

override_dh_auto_build:
	(cd platforms/unix ; make clean test)
	mv platforms/unix/pforth_standalone platforms/unix/pforth

override_dh_auto_clean:
	(cd platforms/unix ; make clean)
	rm -f platforms/unix/pforth