From c306e33f3005ddb5a19c9aa590ef19560471137b Mon Sep 17 00:00:00 2001 From: schodet Date: Thu, 1 May 2003 15:17:40 +0000 Subject: Add: erreur/Makefile --- 2003/i/buzz/src/erreur/GNUmakefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2003/i/buzz/src/erreur/GNUmakefile diff --git a/2003/i/buzz/src/erreur/GNUmakefile b/2003/i/buzz/src/erreur/GNUmakefile new file mode 100644 index 0000000..e888f79 --- /dev/null +++ b/2003/i/buzz/src/erreur/GNUmakefile @@ -0,0 +1,13 @@ +SRCDIR = .. +CXXFLAGS = -Wall -g +CPPFLAGS = -I$(SRCDIR) + +TARGETS = erreur.a +erreur_a_SOURCES = erreur.cc + +all: $(TARGETS) + +erreur.a: $(erreur_a_SOURCES:%.cc=erreur.a(%.o)) + +clean: + rm -f $(TARGETS) *.o -- cgit v1.2.3