X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068..c043fa535514a76091be87a45ad472a505f9dd33:/lunaix-os/scripts/makefile diff --git a/lunaix-os/scripts/makefile b/lunaix-os/scripts/makefile index 7858d7a..55453f5 100644 --- a/lunaix-os/scripts/makefile +++ b/lunaix-os/scripts/makefile @@ -8,7 +8,7 @@ OUT := $(addsuffix .tool,$(SRC)) %.tool : %.c $(call status,CC,$<) - @$(CC) $< -o $@ + @cc $< -o $@ .PHONY: all clean