another makefile fix

This commit is contained in:
SuperNovaa41 2024-01-13 21:37:29 -05:00
parent 5df221c23a
commit 16fd5277b8

View File

@ -3,4 +3,4 @@ all: src/*.c
mkdir -p build
mv isbn build
clean:
rm isbn
rm -rf build