Skip to content

Commit

Permalink
makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
holabayor committed Aug 17, 2022
1 parent 35db573 commit e701333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0x1C-makefiles/3-Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clean :
rm -f $(NAME)

oclean :
rm *.o
rm (OBJ)

fclean:
rm -f *.o $(NAME)
rm -f $(OBJ) $(NAME)

0 comments on commit e701333

Please sign in to comment.