[makefile] add clean target

This commit is contained in:
opfez 2021-08-07 13:48:24 +02:00
parent 6c8dcf4037
commit 09757cd9b4
1 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,8 @@ $(FORMAT): format.c
gen: site-src/*
./gen.sh
.PHONY: clean
clean:
rm $(FORMAT)
rm site/*