summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cad5c0b..1cd5cc8 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@ CFLAGS ?= -std=c11 -Wall -g
DESTDIR ?= /usr/local/bin
+all: lolcat-static censor-static
+
include Makefile.musl
ifeq ($(shell uname -s),Darwin)
@@ -13,9 +15,7 @@ ifeq ($(shell uname -s),Darwin)
CFLAGS += -Imemorymapping/src
endif
-all: lolcat-static censor-static
-
-.PHONY: install clean musl static
+.PHONY: install clean static
static: lolcat-static censor-static