summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2011-08-25 08:55:47 +0000
committerDimitri Sokolyuk <demon@dim13.org>2011-08-25 08:55:47 +0000
commit846de8d8d55fb0b5b20e9743d20f77c21b029f1f (patch)
tree6c30c7dfb30c19999abf7463f4ed5f4b5199fc61 /Makefile
Tek ILDA
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2ba8558
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+# $Id$
+
+CFLAGS+= -Wall
+PROG= tekilda
+SRCS= tekilda.c tekplot.c
+OBJS= $(SRCS:.c=.o)
+
+$(PROG): $(OBJS)
+
+clean:
+ @rm -f $(PROG) *.core core *.o