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

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

$(PROG): $(OBJS)

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