diff options
Diffstat (limited to 'src/IDE/Makefile')
| -rw-r--r-- | src/IDE/Makefile | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/src/IDE/Makefile b/src/IDE/Makefile new file mode 100644 index 0000000..127db02 --- /dev/null +++ b/src/IDE/Makefile @@ -0,0 +1,5 @@ +all: +	javac --module-path ../../../javafx-sdk-17.0.1/lib/ --add-modules javafx.controls,javafx.fxml ./IDE/*.java + +clean: +	rm -vf IDE/*.class | 
