diff options
| author | yenatch <yenatch@gmail.com> | 2017-07-08 12:13:56 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2017-07-08 12:13:56 -0400 |
| commit | a0ccf478c2640319ef7c7285819d641556340cd1 (patch) | |
| tree | 2f55a86d9c3f618a4ee65abb26e58f9b50f8664a | |
| parent | f37781e095f6f26498ec39e66983bc5f081aa637 (diff) | |
Don't repopulate .SUFFIXES
Fixes make 3.81
| -rwxr-xr-x | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ .PHONY: all tools compare clean tidy .SUFFIXES: -.SUFFIXES: .asm .o .gbc .1bpp .2bpp .png .pcm .wav .SECONDEXPANSION: .PRECIOUS: .SECONDARY: |
