summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-05-08Add skeleton for PicoRecPeter Wu1-1/+4
NAT and ID regexes were taken from RegexTest.java. Tests are added before the implementation (test-driven development).
2016-04-29Makefile: create bin folder firstPeter Wu1-3/+6
Also ensure that "classes" is the default target
2016-04-29Add Makefile and gitignorePeter Wu1-0/+14
I don't know ant well enough to write a build.xml, so let's just use a Makefile for now.