Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
haynesgt committed Apr 25, 2015
0 parents commit 67fdfe6
Show file tree
Hide file tree
Showing 17 changed files with 3,163 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all: ./engine/*.c ./app/*.c ./include/*.h
gcc -Wall ./engine/*.c ./app/*.c -o demo -lGL -lglut -lGLU -lm -lpng -I./include/.

run: all
./demo
5 changes: 5 additions & 0 deletions app/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all:
cd ../ && make

run: all
../demo
Loading

0 comments on commit 67fdfe6

Please sign in to comment.