Skip to content

Commit

Permalink
Makefile: Add all to phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kerel-fs committed Feb 13, 2017
1 parent 90f6756 commit 879efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ r2fft_test: src/r2fft_test.cc src/r2fft.h src/fft.h
clean:
$(RM) gsm_scan ogn-rf r2fft_test

.PHONY: clean
.PHONY: all clean

0 comments on commit 879efd9

Please sign in to comment.