DiscoSheep/resources/gnu/getopt/Makefile
2019-07-09 00:57:50 +02:00

8 lines
161 B
Makefile

# Makefile for Java port of GNU getopt
all:
javac LongOpt.java Getopt.java GetoptDemo.java
docs:
javadoc -author -version -public Getopt.java LongOpt.java