ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Iffy/GNUmakefile
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.

File Contents

# 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

Properties

Name Value
svn:eol-style native
svn:keywords Id