courses additions and deletions working, studdent additions working

instructor additions working
This commit is contained in:
Medium Fries
2019-03-18 22:59:52 -07:00
parent fd380c6fe7
commit c48fd13f0d
8 changed files with 208 additions and 6 deletions

View File

@@ -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)