File: Makefile

package info (click to toggle)
faudio 23.02%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,396 kB
  • sloc: ansic: 26,947; cpp: 7,182; cs: 1,938; makefile: 21; sh: 2
file content (10 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# Makefile for FAudio#
# Written by Ethan "flibitijibibo" Lee

build: clean
	mkdir bin
	cp app.config bin/FAudio-CS.dll.config
	mcs /unsafe -debug -out:bin/FAudio-CS.dll -target:library FAudio.cs

clean:
	rm -rf bin