Browse Source

Automatically generate PNG files.

legacy
Sam Hocevar sam 14 years ago
parent
commit
b6b70d234d
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +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


Loading…
Cancel
Save