From cdc2cbaee29bde1beb9118cbe8563a80717f211d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Tue, 4 Jun 2024 23:35:12 +0500 Subject: [PATCH] Add "clean" target in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 55c71ce..e7db5e5 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,5 @@ CFLAGS ?= all: mkdir -p bin/ $(CC) -o bin/foxpc -O2 -Wall -Wextra -Wpedantic -std=c99 $(CFLAGS) src/*.c +clean: + rm -rf bin/