courses additions and deletions working, studdent additions working
instructor additions working
This commit is contained in:
@@ -7,7 +7,7 @@ jfiles=App.java Course.java Instructor.java School.java Student.java
|
||||
cfiles=App
|
||||
|
||||
all: $(jfiles)
|
||||
$(cc) $(fxlib) $(jfiles) $(ctrl)
|
||||
$(cc) -Xlint $(fxlib) $(jfiles) $(ctrl)
|
||||
|
||||
run: $(cfile)
|
||||
$(env) $(fxlib) $(ctrl) $(cfiles)
|
||||
|
||||
Reference in New Issue
Block a user