buttons added to java's homework5 and makefile now works as well

This commit is contained in:
shockrahwow
2019-03-16 11:02:20 -07:00
parent 1fac09b579
commit eb82ea7ee2
5 changed files with 104 additions and 19 deletions

View File

@@ -9,9 +9,9 @@ cfiles=HelloFX
all: $(jfiles)
$(cc) $(fxlib) $(jfiles) $(ctrl)
run:
$(env) $(fxlib) $(ctrl) $(cfile) $(cfiles)
run: $(cfile)
$(env) $(fxlib) $(ctrl) $(cfiles)
.PHONY: clean
clean: