summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/erreur/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to '2003/i/buzz/src/erreur/GNUmakefile')
-rw-r--r--2003/i/buzz/src/erreur/GNUmakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/2003/i/buzz/src/erreur/GNUmakefile b/2003/i/buzz/src/erreur/GNUmakefile
deleted file mode 100644
index e888f79..0000000
--- a/2003/i/buzz/src/erreur/GNUmakefile
+++ /dev/null
@@ -1,13 +0,0 @@
-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