summaryrefslogtreecommitdiff
path: root/2003/i/buzz
diff options
context:
space:
mode:
Diffstat (limited to '2003/i/buzz')
-rw-r--r--2003/i/buzz/src/erreur/GNUmakefile13
1 files changed, 13 insertions, 0 deletions
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