summaryrefslogtreecommitdiffstats
path: root/loader/kon2/kbiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/kon2/kbiff/Makefile')
-rw-r--r--loader/kon2/kbiff/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/loader/kon2/kbiff/Makefile b/loader/kon2/kbiff/Makefile
new file mode 100644
index 000000000..a319f5dd5
--- /dev/null
+++ b/loader/kon2/kbiff/Makefile
@@ -0,0 +1,11 @@
+CFLAGS=-O3 -g
+OBJS= kbiff.o
+
+kbiff: $(OBJS)
+ $(CC) -o $@ $< -lncurses
+
+install:
+ install -cs kbiff /usr/bin
+
+clean:
+ rm -f $(OBJS) kbiff