phoned/phonectl/Makefile

15 lines
344 B
Makefile
Raw Permalink Normal View History

2005-05-31 20:37:22 -04:00
# cnd Makefile
# (C)2005, Dan Ponte
2005-06-17 23:10:45 -04:00
# $Amigan: phoned/phonectl/Makefile,v 1.3 2005/06/18 03:10:53 dcp1990 Exp $
2005-05-31 20:37:22 -04:00
include ../global.mk
# basic stuff. we append for a reason.
CPPFLAGS=-I../include
CFLAGS+=-g -Wall -W -ansi ${CPPFLAGS}
LDFLAGS=
# keep these up to date.
MAINBIN=phonectl
SRCS=phonectl.c
OBJS=phonectl.o
include ../main.mk
2005-06-17 23:10:45 -04:00
ourclean: