mirror of
https://github.com/brendanhaines/javaProcessing.git
synced 2025-08-13 20:03:33 -06:00
Initial Commit
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all: build run
|
||||
|
||||
build: newVersion_build
|
||||
|
||||
run: run_tester
|
||||
|
||||
newVersion_build:
|
||||
javac -cp '.:core.jar:gluegen-rt.jar:jogl-all.jar:gluegen-rt-natives-macosx-universal.jar:jogl-all-natives-macosx-universal.jar' Display3D.java DisplayQuad.java
|
||||
|
||||
run_tester:
|
||||
java -cp '.:core.jar:gluegen-rt.jar:jogl-all.jar:gluegen-rt-natives-macosx-universal.jar:jogl-all-natives-macosx-universal.jar' tester
|
Reference in New Issue
Block a user