Revision: | 282 |
Committed: | 2004-11-16T15:53:41-08:00 (20 years, 7 months ago) by Douglas Thrift |
File size: | 215 byte(s) |
Log Message: | Works with new menes configure stuff. |
# | Content |
---|---|
1 | # Iffy |
2 | # |
3 | # Douglas Thrift |
4 | # |
5 | # $Id$ |
6 | |
7 | MENES := menes |
8 | EXEPATH := Iffy |
9 | LOCALS := *.cpp $(MENES)/menes-app |
10 | LINKLIB := pcre |
11 | |
12 | include $(MENES)/general.mk |
13 | |
14 | .PHONY: install |
15 | |
16 | install: $(EXEPATH) |
17 | ln -f $(EXEPATH) $(HOME)/bin |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |