aboutsummaryrefslogtreecommitdiff
path: root/src/libplumb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libplumb/Makefile')
-rwxr-xr-xsrc/libplumb/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/libplumb/Makefile b/src/libplumb/Makefile
deleted file mode 100755
index e9d07a66..00000000
--- a/src/libplumb/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-
-LIB=../../lib/libplumb.a
-OFILES=\
- mesg.o\
-
-HFILES=../../include/plumb.h
-
-INCLUDES=-I../../include
-
-CFLAGS += $(INCLUDES) -D_POSIX_SOURCE
-
-CC=cc
-
-$(LIB): $(OFILES)
- ar r $(LIB) $(OFILES)
-
-clean:
- rm -rf $(TARG) $(OFILES)
-