mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2025-04-21 12:27:27 +03:00
solidify: fast interactive face to solid converter
This commit is contained in:
13
solidify/Makefile
Normal file
13
solidify/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
CFLAGS=-Wall -g `pkg-config --cflags gtk+-2.0`
|
||||
LDFLAGS=-lm `pkg-config --libs gtk+-2.0`
|
||||
|
||||
OBJS=array.o face.o level.o solidify.o
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all: solidify
|
||||
|
||||
solidify: $(OBJS)
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS)
|
||||
Reference in New Issue
Block a user