ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Iffy/GNUmakefile
Revision: 292
Committed: 2004-12-10T20:38:27-08:00 (20 years, 6 months ago) by douglas
File size: 258 byte(s)
Log Message:
Fix for Jay's newfangled executable naming scheme thingy.

File Contents

# Content
1 # Iffy
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 MENES := menes
8
9 include $(MENES)/setup.mk
10
11 EXEPATH := .
12 MAINS := Iffy.cpp
13 LOCALS := *.cpp $(MENES)/menes-app
14 LINKLIB := pcre
15
16 include $(MENES)/general.mk
17
18 .PHONY: install
19
20 install: $(EXEPATH)
21 ln -f $(EXEPATH) $(HOME)/bin

Properties

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