X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068..95be6317c7ba61fc905f0f1a9bbe37e4340e969c:/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