Project

General

Profile

Download (161 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / sitools-update-classpath / out / classes / gnu / getopt / Makefile @ master

1 d2a8c3fd Marc NICOLAS
# Makefile for Java port of GNU getopt
2
3
all: 
4
	javac LongOpt.java Getopt.java GetoptDemo.java
5
6
docs: 
7
	javadoc -author -version -public Getopt.java LongOpt.java