Browse Source

Add libm to phony

Jeremy Soller 7 years ago
parent
commit
d071522bc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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