commit 988e180ab28261d325e501bb5ab360635cac645e parent 0c38f1e710c961d7fe91537eea5af698fcdcd9ea Author: finwo <finwo@pm.me> Date: Sat, 25 Mar 2023 00:42:16 +0100 Slightly more generic makefile, using bin in clean Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -21,4 +21,4 @@ $(BIN): $(OBJ) $(BIN:=.o) clean: rm -f $(OBJ) rm -f $(BIN:=.o) - rm -f test + rm -f $(BIN)