makefile suppress builds directory
This commit is contained in:
@@ -45,7 +45,7 @@ $(NAME): $(OBJS)
|
|||||||
$(CC) $(OBJS) -o $(NAME) $(LIBS)
|
$(CC) $(OBJS) -o $(NAME) $(LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS)
|
rm -rf $(DIR_OBJS)
|
||||||
|
|
||||||
fclean: clean
|
fclean: clean
|
||||||
rm -f $(NAME)
|
rm -f $(NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user