summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2008-02-02 18:10:19 +0000
committerJames Bursa <james@netsurf-browser.org>2008-02-02 18:10:19 +0000
commit2cdbd4fcb47430897d7aa896542dacb54c461cbc (patch)
tree9cec3a30d48ef7b9594288d78b6cc088be4efe03 /makefile
parent476717e96cd6012ad725474b45aadaf8bf11d2ba (diff)
downloadlibsvgtiny-2cdbd4fcb47430897d7aa896542dacb54c461cbc.tar.gz
libsvgtiny-2cdbd4fcb47430897d7aa896542dacb54c461cbc.tar.bz2
Implement svgtiny_free() and fix memory usage.
svn path=/trunk/libsvgtiny/; revision=3825
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ef3d27c..c4ca3f6 100644
--- a/makefile
+++ b/makefile
@@ -29,7 +29,7 @@ svgtiny_test$(EXEEXT): svgtiny_test.c libsvgtiny.a
$(CC) $(CFLAGS) $(LIBS) -o $@ $^
clean:
- -rm *.o libsvgtiny.a svgtiny_test$(EXEEXT)
+ -rm *.o libsvgtiny.a svgtiny_test$(EXEEXT) colors.c
colors.c: colors.gperf
gperf --output-file=$@ $<