diff options
author | Aryan Ghasemi | 2025-01-28 17:13:40 +0330 |
---|---|---|
committer | Aryan Ghasemi | 2025-01-28 17:13:40 +0330 |
commit | 933de56f6131253b786463a8967446c904d40941 (patch) | |
tree | e54d1a8874f2cb9973be9e0c22d5f9b90771e479 /Makefile.patch | |
download | aur-pikchr.tar.gz |
first commit
Diffstat (limited to 'Makefile.patch')
-rw-r--r-- | Makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.patch b/Makefile.patch new file mode 100644 index 000000000000..57289d778764 --- /dev/null +++ b/Makefile.patch @@ -0,0 +1,14 @@ +--- Makefile 2024-12-09 02:43:20.000000000 +0330 ++++ Makefile.new 2025-01-28 01:20:42.773658300 +0330 +@@ -39,9 +39,9 @@ + + test: pikchr + ./pikchr --dont-stop tests/*.pikchr >out.html +- open out.html ++ xdg-open out.html + ./pikchr --dont-stop --dark-mode */*.pikchr >darkmode.html +- open darkmode.html ++ xdg-open darkmode.html + + clean: + rm -f pikchr pikchr.c pikchr.h pikchr.out lemon out.html |