summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5e172cc3ee98cbba892b553e79161969aad31683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$

CFLAGS+=	-Wall
PROG=		tekclock
SRCS=		tekclock.c tekplot.c
OBJS=		$(SRCS:.c=.o)
LDFLAGS+=		-lm

$(PROG): $(OBJS)

clean:
	@rm -f $(PROG) *.core core *.o