ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Iffy/GNUmakefile
Revision: 275
Committed: 2004-11-10T18:03:21-08:00 (20 years, 7 months ago) by Douglas Thrift
File size: 196 byte(s)
Log Message:
Meep!

File Contents

# Content
1 # Iffy
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 MENES := menes
8 EXEPATH := Iffy
9 LOCALS := *.cpp
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