mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 08:44:38 +00:00
Allow to use CLANG instead of GCC
This commit is contained in:
parent
1402d5b5d2
commit
077dd6e74a
@ -21,7 +21,8 @@ endif
|
||||
|
||||
c_flags =-D__UNIX__ $(extra_c_flags)
|
||||
|
||||
CC = gcc
|
||||
# CC=clang allowed
|
||||
CC ?= gcc
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .o
|
||||
|
Loading…
x
Reference in New Issue
Block a user