diff options
author | jaseg <code@jaseg.net> | 2016-11-19 10:28:45 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2016-11-19 10:28:45 +0100 |
commit | 8e95919c9fe837ef46ca81d6dc1e24cc685ba197 (patch) | |
tree | cad9dac3ca876bc8691206f32eeb3e2a4974a08a /Makefile.musl | |
parent | 55fe98e4d9a38b470cd9f9bce1bedd9ed15dc3b9 (diff) | |
download | lolcat-8e95919c9fe837ef46ca81d6dc1e24cc685ba197.tar.gz lolcat-8e95919c9fe837ef46ca81d6dc1e24cc685ba197.tar.bz2 lolcat-8e95919c9fe837ef46ca81d6dc1e24cc685ba197.zip |
Fix make rule order for system-musl builds
Diffstat (limited to 'Makefile.musl')
-rw-r--r-- | Makefile.musl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.musl b/Makefile.musl index 1f19ea0..d50de24 100644 --- a/Makefile.musl +++ b/Makefile.musl @@ -23,5 +23,6 @@ musl/lib/libc.a musl/lib/crt1.o: musl/config.mak musl/config.mak: cd musl; ./configure +.PHONY: musl musl: musl/lib/libc.a musl/lib/crt1.o |