summaryrefslogtreecommitdiff
path: root/2003/i/buzz
diff options
context:
space:
mode:
authorschodet2003-05-01 15:17:40 +0000
committerschodet2003-05-01 15:17:40 +0000
commitc306e33f3005ddb5a19c9aa590ef19560471137b (patch)
tree2cbd395e6542a526efa5100d0d3a7a1ed3f88259 /2003/i/buzz
parentdab8d405a6b7089d646e1dc3cb902b28da24e78d (diff)
Add: erreur/Makefile
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