From d071522bc5e7f5afd89bfecf3dbb5bc1bf7d5302 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 26 Mar 2018 19:59:42 -0600
Subject: [PATCH] Add libm to phony

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a5651c1b..4d0941f0 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ SRC=\
 	src/*/*/* \
 	src/*/*/*/*
 
-.PHONY: all clean fmt libc test
+.PHONY: all clean fmt libc libm test
 
 all: libc libm
 
-- 
GitLab