commit d06cd66a26780aa292d004b6056145897979be7a parent 276620cd81e6a83fd7a50525d5f2f861b2866e89 Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Wed, 3 Apr 2024 21:33:38 -0300 Add files to `clean` target Diffstat:
| M | tps/1/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tps/1/Makefile b/tps/1/Makefile @@ -12,4 +12,4 @@ $(TARGET): $(SRCS) $(CC) $(CLIBS) $(CFLAGS) -o $@ $^ clean: - rm $(TARGET) + rm -f $(TARGET) primos.txt
