Correct makefile

This commit is contained in:
kitoy 2023-11-10 01:01:15 +01:00
parent 2337273fc7
commit 5e3445c7eb
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ deinstall:
clean:
rm -fr $(PROG_NAME)
all: $(PROG_NAME) install