mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
11 lines
159 B
Makefile
11 lines
159 B
Makefile
|
|
#
|
||
|
|
# Makefile for ALSA library
|
||
|
|
# Copyright (c) 1994-98 by Jaroslav Kysela <perex@jcu.cz>
|
||
|
|
#
|
||
|
|
|
||
|
|
include ../Makefile.conf
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -f core .depend *.o *.orig *~
|
||
|
|
|