7 lines
193 B
Makefile
7 lines
193 B
Makefile
|
INCLUDES=${gammu_CFLAGS}
|
||
|
bin_PROGRAMS = yasnd
|
||
|
yasnd_SOURCES = yasnd.c
|
||
|
|
||
|
distclean-local:
|
||
|
rm -rf aclocal.m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null
|