new semester here we go
This commit is contained in:
14
338/scripts/makefile
Normal file
14
338/scripts/makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
cc=javac
|
||||
fxlib=--module-path /home/shockrah/Downloads/javafx-sdk-11.0.2/lib
|
||||
ctrl=--add-modules javafx.controls
|
||||
|
||||
env=java
|
||||
cfile="adsf"
|
||||
|
||||
default: %.java
|
||||
# takes a java file as entry to build
|
||||
$(cc) $(fxlib) $< $(ctr)
|
||||
|
||||
# ouchie
|
||||
run:
|
||||
$(env) $(fxlib) $(ctrl) $(cfile)
|
||||
Reference in New Issue
Block a user