This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31
Commits
5
Branches
369 MiB
Tree:
31f76b3158
main
wip/image-kernel
wip/interp
legacy
wip/core-clipp
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '31f76b3158'
${ noResults }
lol
/
Makefile
Makefile
63 B
Raw
Normal View
History
Testing object layers.
14 years ago
Move C++ code in an src/ subdirectory.
14 years ago
Testing object layers.
14 years ago
Move C++ code in an src/ subdirectory.
14 years ago
Testing object layers.
14 years ago
1
2
3
4
5
6
7
all:
cd src && $(MAKE) all
clean:
cd src && $(MAKE) clean