Skip to content

Commit

Permalink
Restore tab indents in the makefile snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
isagalaev committed Apr 6, 2016
1 parent 1c99e8e commit 6a7eacc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/detect/makefile/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EXTRAS ?= $(BUILDDIR)/extras
.PHONY: main clean

main:
@echo "Building main facility..."
build_main $(BUILDDIR)
@echo "Building main facility..."
build_main $(BUILDDIR)

clean:
rm -rf $(BUILDDIR)/*
rm -rf $(BUILDDIR)/*

0 comments on commit 6a7eacc

Please sign in to comment.