瀏覽代碼

Add libm to phony

Jeremy Soller 7 年之前
父節點
當前提交
d071522bc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -20,7 +20,7 @@ SRC=\
 	src/*/*/* \
 	src/*/*/*/*
 
-.PHONY: all clean fmt libc test
+.PHONY: all clean fmt libc libm test
 
 all: libc libm