aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a21bd85..7403407 100644
--- a/Makefile
+++ b/Makefile
@@ -6,13 +6,10 @@ TRANSLATIONS = pt fr eo es
CONTRIBLANGS =
guix-sources = \
- src/xyz/euandreh/docs.scm \
src/xyz/euandreh/latest.scm \
src/xyz/euandreh/packages.scm \
src/xyz/euandreh/pending.scm \
- src/xyz/euandreh/perl.scm \
src/xyz/euandreh/queue.scm \
- src/xyz/euandreh/rg.scm \
all:
for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s || exit 1; done