Overview
Comment: | Added Makefile |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk | 1.0 |
Files: | files | file ages | folders |
SHA1: |
5996946805eb39f0999f77aeabc4264c |
User & Date: | rkeene on 2016-03-29 17:48:00 |
Other Links: | manifest | tags |
Context
2016-03-29
| ||
17:48 | Added Makefile Leaf check-in: 5996946805 user: rkeene tags: trunk, 1.0 | |
17:39 | Added initial rdp.sh release check-in: 4d6a646b70 user: rkeene tags: trunk | |
Changes
Added Makefile version [5748b48539].
> > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | PREFIX = /usr/local prefix = $(PREFIX) bindir = $(prefix)/bin all: @echo 'Nothing to do' install: rdp.sh mkdir -p '$(DESTDIR)$(bindir)' cp rdp.sh '$(DESTDIR)$(bindir)' .PHONY: all install |