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:

2
338/tmp/tmp Normal file
View File

@@ -0,0 +1,2 @@
~/Downloads/jdk-11.0.2/bin/java --module-path /home/shockrah/Downloads/javafx-sdk-11.0.2/lib --add-modules javafx.controls
makefile:13: recipe for target 'run' failed