source: liacs/cvp/java/second/Makefile@ 2

Last change on this file since 2 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 124 bytes
Line 
1OBJECTS = RWProblem.class
2
3%.class: %.java
4 javac $(FLAGS) $<
5
6all: $(OBJECTS)
7
8clean:
9 rm *.class
10
11run:
12 java RWProblem
13
14
Note: See TracBrowser for help on using the repository browser.