buttons added to java's homework5 and makefile now works as well
This commit is contained in:
@@ -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
2
338/tmp/tmp
Normal 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
|
||||
Reference in New Issue
Block a user