xlib_playground

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 986a8323199e0f652863cd109daa6a5f032ae1b8
parent 5930554875887db46b4745f7e6fc38136d118fe0
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 15 Dec 2022 10:30:30 +0900

add clear

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -9,3 +9,6 @@ all: main.c run: all ./$(OUT) + +clean: + rm -f $(OUT)