source:
src/mar/Makefile
@
a15e59b
| Last change on this file since a15e59b was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 14 years ago | |
|---|---|
|
|
| File size: 185 bytes | |
| Rev | Line | |
|---|---|---|
| [5f4d9c3] | 1 | include ../../config.mak |
| 2 | mar: | |
| 3 | ||
| 4 | .PHONY: install | |
| 5 | install: | |
| 6 | ifdef BIN_DIR | |
| 7 | install -m 0755 mar $(BIN_DIR) | |
| 8 | endif | |
| 9 | ||
| 10 | .PHONY: uninstall | |
| 11 | uninstall: | |
| 12 | ifdef BIN_DIR | |
| 13 | rm $(BIN_DIR)/mar | |
| 14 | endif | |
| 15 | ||
| 16 | clean: |
Note: See TracBrowser
for help on using the repository browser.