File: makefile

package info (click to toggle)
quisk 4.2.50-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,908 kB
  • sloc: ansic: 74,628; python: 23,309; makefile: 1,270; sh: 2
file content (18 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.PHONY: quisk

quisk:
	python3 setup.py build_ext --force --inplace
	@echo

quisk3:
	python3 setup.py build_ext --force --inplace
	@echo

soapy3:
	(cd soapypkg; make soapy3)

afedrinet3:
	(cd afedrinet; make afedrinet3)

perseus3:
	(cd perseuspkg; make perseus3)