repo.or.cz
/
qpawn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
haskell fs now take lists
[qpawn.git]
/
Makefile
blob
815abde4edcfba0ccbc647febe44bc79139259ff
1
all
:
qpawn.o QPawn.hs
2
ghc
-
Wall
-
I
/
usr
/
include
/
SDL2
-
lSDL2 qpawn.o QPawn.hs
-
o qpwn
3
4
qpawn.o
:
qpawn.c
5
gcc
-
Wall
-
I
/
usr
/
include
/
SDL2
-
lSDL2
-
c qpawn.c
6
7
clean
:
8
rm
qpwn
*
.o
*
.hi
*
.hc