diff options
author | Felipe | 2023-07-31 06:57:41 -0400 |
---|---|---|
committer | Felipe | 2023-07-31 06:57:41 -0400 |
commit | 8f288fc91b82746eafc5a755bbecc03158bbc07d (patch) | |
tree | 1f2792d09f623f0cd46d7c7a3bc9ce3d0199f59d | |
parent | 0b3dbe7650c13b4299a72e4a748b1325b93422f2 (diff) | |
download | aur-8f288fc91b82746eafc5a755bbecc03158bbc07d.tar.gz |
Updates v.1.0.4
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ build() { cd "$srcdir" # Usa term_notes_linux.c para la compilación - gcc -o term-notes src/term_notes_linux.c + gcc -o term-notes term_notes_linux.c } |