This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Automatically generate PNG files.
legacy
Sam Hocevar
sam
14 年之前
父節點
51a2711e19
當前提交
b6b70d234d
共有
2 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitignore
+2
-0
Makefile
+ 2
- 0
.gitignore
查看文件
@@ -1,2 +1,4 @@
*.o
src/test-map
art/*.png
art/test/*.png
+ 2
- 0
Makefile
查看文件
@@ -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…
取消
儲存