source: src/mar/Makefile @ 5f4d9c3

Last change on this file since 5f4d9c3 was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 12 years ago

Rewritten the build system, added lem UTF-8 version.

  • Property mode set to 100644
File size: 185 bytes
Line 
1include ../../config.mak
2mar:
3
4.PHONY: install
5install:
6ifdef BIN_DIR
7        install -m 0755 mar $(BIN_DIR)
8endif
9
10.PHONY: uninstall
11uninstall:
12ifdef BIN_DIR
13        rm $(BIN_DIR)/mar
14endif
15
16clean:
Note: See TracBrowser for help on using the repository browser.