index
:
OSXIV
this commit
master
Overly Simple X Image Viewer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 241aad8e493b83f24a240d75f0c48ccba5c73065 (
plain
) (
blame
)
1
2
3
4
5
6
7
all
:
osxiv
osxiv
:
gcc
main.c
-Wall
-lSDL2
-lSDL2_image
-lm
-o
osxiv
clean
:
@rm
osxiv