X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068..cbc8fdbfe473e23e19690204418e19999a9522d1:/lunaix-os/scripts/makefile?ds=sidebyside 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