diff options
Diffstat (limited to 'doc/example-smob/Makefile')
-rw-r--r-- | doc/example-smob/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/example-smob/Makefile b/doc/example-smob/Makefile deleted file mode 100644 index d368d7b21..000000000 --- a/doc/example-smob/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -CFLAGS = `pkg-config guile-2.2 --cflags` -LIBS = `pkg-config guile-2.2 --libs` - -O_FILES = image-type.o myguile.o - -all: myguile - -myguile: $(O_FILES) - $(CC) $(O_FILES) $(LIBS) -o myguile - -clean: - -rm -rf myguile $(O_FILES) |