Commit 4b696f82 authored by Alexander Ross Melnick's avatar Alexander Ross Melnick
Browse files

Added Windows instructions

parent ba901afd
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
JAVAC=javac
JFLAGS=-Xlint:none -Xlint:-deprecation

default: ScratchCrawler.class Debug.class RobotsTXT.class RegexParser.class

ScratchCrawler.class: ScratchCrawler.java
	$(JAVAC) $(JFLAGS) ScratchCrawler.java

Debug.class: Debug.java
	$(JAVAC) $(JFLAGS) Debug.java

RobotsTXT.class: RobotsTXT.java
	$(JAVAC) $(JFLAGS) RobotsTXT.java

RegexParser.class: RegexParser.java
	$(JAVAC) $(JFLAGS) RegexParser.java

clean:
	del *.class
 No newline at end of file
−1 B (3.84 KiB)

File changed.

No diff preview for this file type.

−2 B (15 KiB)

File changed.

No diff preview for this file type.