File: Makefile

package info (click to toggle)
libgetopt-java 1.0.14%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 232 kB
  • sloc: java: 634; xml: 54; makefile: 46
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (17)
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