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
Browse Source
Automatically generate PNG files.
legacy
Sam Hocevar
sam
14 years ago
parent
51a2711e19
commit
b6b70d234d
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitignore
+2
-0
Makefile
+ 2
- 0
.gitignore
View File
@@ -1,2 +1,4 @@
*.o
src/test-map
art/*.png
art/test/*.png
+ 2
- 0
Makefile
View File
@@ -1,7 +1,9 @@
all:
cd art && $(MAKE) all
cd src && $(MAKE) all
clean:
cd art && $(MAKE) clean
cd src && $(MAKE) clean
Write
Preview
Loading…
Cancel
Save