Compare commits

...

2 Commits

Author SHA1 Message Date
Sasha Koshka 60794652ab cc-compat.sh: list build/bin instead of build 2023-12-24 21:24:30 -05:00
Sasha Koshka 1de55cf32a GNUmakefile: add name 2023-12-24 21:22:05 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Copyright (c) 2023 Emma Tebibyte <emma@tebibyte.media>
# Copyright (c) 2023 DTB <trinity@trinity.moe>
# Copyright (c) 2023 Sasha Koshka <sashakoshka@tebibyte.media>
# SPDX-License-Identifier: FSFAP
#
# Copying and distribution of this file, with or without modification, are

View File

@ -32,7 +32,7 @@ do
make CC="$CC" && printf '%s: Build successful.\n' "$0"
ls -lA build/
ls -lA build/bin
make clean
printf '\n'