mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
18 lines
241 B
Makefile
18 lines
241 B
Makefile
#
|
|
# Makefile for sflphone.
|
|
# (c) 2004 Savoir-faire Linux inc.
|
|
# Author: Laurielle Lea (laurielle.lea@savoirfairelinux.com)
|
|
#
|
|
all:
|
|
cd src; make
|
|
|
|
install:
|
|
cd src; make install
|
|
|
|
uninstall:
|
|
cd src; make uninstall
|
|
|
|
clean:
|
|
cd src; make clean
|
|
|