resubmission of meme4
This commit is contained in:
8
338/homework4/makefile
Normal file
8
338/homework4/makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
javac App.java Course.java Instructor.java School.java Student.java
|
||||
|
||||
run: all
|
||||
@java App
|
||||
|
||||
clean:
|
||||
rm -f *class
|
||||
Reference in New Issue
Block a user