index
:
migt
master
c+1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 2699da92bc10b8972109cc82d7423a0a3dc2aaa8 (
plain
) (
blame
)
1
2
3
4
5
6
CC
:=
gcc
SRC
:=
src/main.c
LIBS
:=
-lglfw
-lGLEW
all
:
$(
CC
)
$(
SRC
)
$(
LIBS
)
-o
migt