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:
|
||||
|
||||
Reference in New Issue
Block a user