X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2FMakefile;fp=examples%2FMakefile;h=e4dcb262bd701910678a94722d04471c0b1cf3cc;hb=6e2c62a3ed1ab7f5a09775fd6af10a1f1d23320c;hp=353a9aad9ae7f253d0db05ca083d8cfd9d1d46cd;hpb=001b30d89ac151cbae7f753276c8111069dbd541;p=uffi.git diff --git a/examples/Makefile b/examples/Makefile index 353a9aa..e4dcb26 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.12 2002/04/03 17:52:53 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.13 2002/04/28 02:20:13 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -13,6 +13,12 @@ # as governed by the terms of the Lisp Lesser GNU Public License # (http://opensource.franz.com/preamble.html), also known as the LLGPL. +SUBDIRS:= + +include ../Makefile.common + +.PHONY: distclean +distclean: clean # GCC Section CC=gcc