File: Makefile

package info (click to toggle)
libgetopt-java 1.0.14%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • ctags: 63
  • sloc: java: 634; xml: 54; makefile: 47
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
# Makefile for Java port of GNU getopt

all: 
	javac LongOpt.java Getopt.java GetoptDemo.java

docs: 
	javadoc -author -version -public Getopt.java LongOpt.java