ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/ExecutableName/GNUmakefile
Revision: 246
Committed: 2004-09-11T21:40:42-07:00 (20 years, 9 months ago) by Douglas Thrift
File size: 160 byte(s)
Log Message:
Crackers!

File Contents

# Content
1 # Executable Name
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 CXX := g++34
8
9 all: ExecutableName
10
11 ExecutableName: ExecutableName.cpp
12
13 .PHONY: clean
14
15 clean:
16 -rm ExecutableName

Properties

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