chore: small make changes

This commit is contained in:
airone01
2026-01-24 19:05:21 +01:00
parent 1ee5334149
commit c510913189
3 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ $(NAME): $(OBJ) | libunit
$(CC) $(CCFLAGS) $(INC) $(OBJ) $(LIBS) -o $(NAME)
libunit:
$(MAKE) -C ..
@$(MAKE) -C ..
clean:
$(RM) $(OBJ) $(SRC:.c=.d)