Parcourir la source

Add libm to phony

Jeremy Soller il y a 7 ans
Parent
commit
d071522bc5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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