fosdem2024_bigint: add continuous target: watches when files changes then rebuilds
[libreriscv.git] / conferences / fosdem2024 / fosdem2024_bigint / Makefile
index c3d8f908dbf16c84dcd729870282950067fb38a9..fee384a94aee5e4fdc08e1b555bafc66bde3541c 100644 (file)
@@ -1,4 +1,4 @@
-.PHONY: all clean clean-intermediates upload
+.PHONY: all clean clean-intermediates upload continuous
 
 ARGS=-silent -interaction=nonstopmode -file-line-error -pdf
 
@@ -11,5 +11,8 @@ clean:
 clean-intermediates:
        @latexmk $(ARGS) -c
 
+continuous:
+       @latexmk $(ARGS) -pvc -view=none
+
 upload: all
        echo "put fosdem2024_bigint.pdf fosdem_2024/fosdem2024_bigint.pdf" | sftp -P 922 ftp@ftp.libre-soc.org