Browse Source

Build only a single output

Samuel W. Flint 4 years ago
parent
commit
9b4ec0a7bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -16,5 +16,5 @@ clean:
 	latexmk -CA
 
 install:
-	mkdir -pv ${out}/nix-support/
-	cp $(DOCNAME).pdf ${out}/
+	# mkdir -pv ${out}/nix-support/
+	cp $(DOCNAME).pdf ${out}