Finished flower tool.
Added foam tool. Cleanup.
This commit is contained in:
parent
f8249b1e4d
commit
1f0d12ba91
17 changed files with 840 additions and 92 deletions
|
|
@ -31,7 +31,8 @@ all: negative.$(SO_TYPE) \
|
|||
emboss.$(SO_TYPE) \
|
||||
metalpaint.$(SO_TYPE) \
|
||||
waves.$(SO_TYPE) \
|
||||
flower.$(SO_TYPE)
|
||||
flower.$(SO_TYPE) \
|
||||
foam.$(SO_TYPE)
|
||||
|
||||
install:
|
||||
cd .. ; make install-magic-plugins
|
||||
|
|
@ -117,4 +118,8 @@ flower.$(SO_TYPE): src/flower.c
|
|||
@echo "Building Flower magic tool"
|
||||
$(CC) $(CFLAGS) -shared -o $@ $<
|
||||
|
||||
foam.$(SO_TYPE): src/foam.c
|
||||
@echo "Building Foam magic tool"
|
||||
$(CC) $(CFLAGS) -shared -o $@ $<
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue