Skip to content

Commit 746a5cd

Browse files
committed
Fix tab error
1 parent db23742 commit 746a5cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ build:
2020

2121
.PHONY: clean
2222
clean:
23-
echo "Deleting the binaries...."
24-
rm ${BUILDDIR}/*
25-
rm usrData/*
26-
rm appData/*
23+
echo Deleting the binaries....
24+
rm ${BUILDDIR}/*
25+
rm usrData/*
26+
rm appData/*
2727

2828
.PHONY: run
2929
run:

0 commit comments

Comments
 (0)