Skip to content

Commit

Permalink
clean other files
Browse files Browse the repository at this point in the history
  • Loading branch information
omdxp committed Sep 1, 2024
1 parent 0eb2146 commit 0f10bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ all: ${OBJECTS}
gcc ./helpers/vector.c ${INCLUDES} -o ./build/helpers/vector.o -g -c

clean:
rm -rf ./main
rm -rf ./main ./test ./.o
rm -rf ${OBJECTS}

0 comments on commit 0f10bb8

Please sign in to comment.