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

@ -6,7 +6,7 @@ Description: Builds a basic school data tracker
Course information is also available Course information is also available
Input is read from file Input is read from file
*/ */
public class App { public class T1 {
public static void main(String[] args) { public static void main(String[] args) {
String dataFile1 = "data1.txt"; String dataFile1 = "data1.txt";
String dataFile2 = "data2.txt"; String dataFile2 = "data2.txt";

View File

@ -1,8 +1,8 @@
all: 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 run: all
@java App @java T1
clean: clean:
rm -f *class rm -f *class