renamed files to fit the mysterious gradle scripts

This commit is contained in:
shockrahwow
2019-05-06 18:36:08 -07:00
parent af38c55ecc
commit cde09178f6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
all:
javac App.java Course.java Instructor.java School.java Student.java
javac T1.java Course.java Instructor.java School.java Student.java
run: all
@java App
@java T1
clean:
rm -f *class