diff options
author | epoch <epoch@hacking.allowed.org> | 2017-01-03 00:30:28 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-01-03 00:30:28 -0600 |
commit | ebde46bc82bebf478db67abef5b7dc88c014706b (patch) | |
tree | 77121f0c18b1845b8c3cfdfec962e9c5b2ec7e67 /Makefile | |
parent | f7353ec277198b295c6c842a4a4a07b403b2a572 (diff) | |
download | hackvr-ebde46bc82bebf478db67abef5b7dc88c014706b.tar.gz hackvr-ebde46bc82bebf478db67abef5b7dc88c014706b.zip |
lots and lots of shit. opengl shit is barely worked on. new pl script to obj2hackvr using more than just triangles.http://hackaday.com/blog/http://hackaday.com/blog/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index fa71f1a..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CFLAGS=-Wall -pedantic -std=c99 - -all: hackvr slowcat - -hackvr: LDFLAGS=-lm -lX11 - -clean: - rm hackvr - rm slowcat |