diff options
author | Felipe | 2023-07-31 06:56:42 -0400 |
---|---|---|
committer | Felipe | 2023-07-31 06:56:42 -0400 |
commit | 0b3dbe7650c13b4299a72e4a748b1325b93422f2 (patch) | |
tree | aac391816e5bcc4f370625e2cf0007b0df1f552c | |
parent | b626b74a6bec776e3512af2fd5c7f111d3dccb1d (diff) | |
download | aur-0b3dbe7650c13b4299a72e4a748b1325b93422f2.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 term_notes_linux.c + gcc -o term-notes src/term_notes_linux.c } |