diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 16:33:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 16:33:05 +0000 |
commit | 56f27f95790df9fa1a12630124f71592ddd1b51c (patch) | |
tree | 9de44d1f0cc310669804b13c586ed8e78fc133e8 | |
parent | ebaddd9ae89fbce54d25f289d1b7313a5a8fb47a (diff) |
Formerly Makefile.~5~
-rw-r--r-- | libfshelp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 895cf7fe..f2e9bebf 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -46,5 +46,9 @@ kill-trans.o trans-iter.o: trans.h lock-acquire.o lock-init.o: locks.h +.PHONY: clean install + clean: rm libfshelp.a *.o + +install: $(hurdinst)/lib/libfshelp.a $(headers)/hurd/fshelp.h |