aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f0914d..e0a8f06 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,9 @@ libruncap.a: $(OBJECTS)
ar $(ARFLAGS) libruncap.a $(OBJECTS)
ranlib libruncap.a
+clean:
+ rm -f libruncap.a $(OBJECTS)
+
install: install-lib install-headers install-man
install-lib: libruncap.a

Return to:

Send suggestions and report system problems to the System administrator.