Commit cd090dd8 authored by Alexander Ross Melnick's avatar Alexander Ross Melnick
Browse files

Merge branch 'Alex' into 'master'

Added Windows instructions

See merge request ec504/ec504_projects/group6!33
parents 4c66d4df 4b696f82
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.