Skip to content

Commit f8b5e96

Browse files
committed
Makefile: Fix indentation
Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
1 parent 7e65f3c commit f8b5e96

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
@@ -20,9 +20,9 @@ IMAGES ?= flexos-base \
2020
redis
2121
TARGETS ?= prepare \
2222
run \
23-
plot \
24-
clean \
25-
properclean
23+
plot \
24+
clean \
25+
properclean
2626

2727
#
2828
# Utility vars

0 commit comments

Comments
 (0)