Skip to content

Commit db23742

Browse files
committed
FIx indention
1 parent f57a98a commit db23742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ build:
2121
.PHONY: clean
2222
clean:
2323
echo "Deleting the binaries...."
24-
rm ${BUILDDIR}/*
25-
rm usrData/*
26-
rm appData/*
24+
rm ${BUILDDIR}/*
25+
rm usrData/*
26+
rm appData/*
2727

2828
.PHONY: run
2929
run:

0 commit comments

Comments
 (0)