Skip to content
Snippets Groups Projects
Commit c1724bdc authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Provide a makefile that can install the system.

* Makefile: New file
  (BINDIR): New constant.
  (all): New target.  Do nothing.
  (install): New target.
parent ef7919b1
No related branches found
No related tags found
No related merge requests found
2006-10-30 Per Cederqvist <ceder@sedesopim.lysator.liu.se> 2006-10-30 Per Cederqvist <ceder@sedesopim.lysator.liu.se>
Provide a makefile that can install the system.
* Makefile: New file
(BINDIR): New constant.
(all): New target. Do nothing.
(install): New target.
Print status. Print status.
* lysrdiff-status: New file. Print some status information about * lysrdiff-status: New file. Print some status information about
......
Makefile 0 → 100644
BINDIR=/nobackup/backup.lysator/bin
all:;
install:
cp backup-all $(BINDIR)/
cp backup-one-task $(BINDIR)/
cp distribute-tasks $(BINDIR)/
cp fetch-backup-work $(BINDIR)/
cp lysrdiff-status $(BINDIR)/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment