diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-30 12:28:05 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-30 12:28:05 +0000 |
commit | 1237b1eb8effe50f77997934d86930f1252fe993 (patch) | |
tree | cc114b177fe6853c94db61c8cffbdff6633d0f01 /src/IDE/Makefile | |
parent | 4caf60954379915ccc51fd2c1801399dd97c0c89 (diff) | |
parent | 63ddd9e636e374bb3a3a3fe8a97ab26c6abc04c9 (diff) | |
download | esotericFORTRAN-1237b1eb8effe50f77997934d86930f1252fe993.tar.gz esotericFORTRAN-1237b1eb8effe50f77997934d86930f1252fe993.zip |
Merge branch 'main' of github.com:AlfieEagleton/EsotericProject into main
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 |