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 e701333 commit f2bd7c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 0x1C-makefiles/3-Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ clean :
rm -f $(NAME)

oclean :
rm (OBJ)
rm -f $(OBJ)

fclean:
rm -f $(OBJ) $(NAME)
fclean: clean oclean

0 comments on commit f2bd7c8

Please sign in to comment.