mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 17:25:17 +00:00
attempt to prevent utils being compiled with cc65
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
|
||||
ifdef CROSS_COMPILE
|
||||
$(info CC: $(CC))
|
||||
endif
|
||||
|
||||
CFLAGS += -O3 -Wall -Wextra -Wno-char-subscripts $(USER_CFLAGS)
|
||||
|
||||
.PHONY: mostlyclean clean
|
||||
|
||||
atari: ataricvt
|
||||
|
@@ -1,4 +1,12 @@
|
||||
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
|
||||
ifdef CROSS_COMPILE
|
||||
$(info CC: $(CC))
|
||||
endif
|
||||
|
||||
CFLAGS += -O3 -Wall -Wextra -Wno-char-subscripts $(USER_CFLAGS)
|
||||
|
||||
.PHONY: mostlyclean clean
|
||||
|
||||
gamate: gamate-fixcart
|
||||
|
@@ -1,4 +1,12 @@
|
||||
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
|
||||
ifdef CROSS_COMPILE
|
||||
$(info CC: $(CC))
|
||||
endif
|
||||
|
||||
CFLAGS += -O3 -Wall -Wextra -Wno-char-subscripts $(USER_CFLAGS)
|
||||
|
||||
.PHONY: mostlyclean clean
|
||||
|
||||
zlib: warning
|
||||
|
Reference in New Issue
Block a user