mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
give the "samples" target something to do to supress the "nothing to be done for 'samples'" message
This commit is contained in:
parent
5fc9d3f048
commit
d2da30a7e2
@ -84,10 +84,12 @@ else
|
||||
samples:
|
||||
ifeq ($(MAKELEVEL),0)
|
||||
@echo "info: geos samples not available for" $(SYS)
|
||||
else
|
||||
# suppress the "nothing to be done for 'samples' message
|
||||
@echo > $(NULLDEV)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
bitmap.c: logo.pcx
|
||||
$(SP) -r logo.pcx -c geos-bitmap -w bitmap.c,ident=bitmap
|
||||
|
||||
|
@ -43,6 +43,9 @@ else
|
||||
samples:
|
||||
ifeq ($(MAKELEVEL),0)
|
||||
@echo "info: grc sample not available for" $(SYS)
|
||||
else
|
||||
# suppress the "nothing to be done for 'samples' message
|
||||
@echo > $(NULLDEV)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -83,6 +83,9 @@ hello: hello.c text.s
|
||||
notavailable:
|
||||
ifeq ($(MAKELEVEL),0)
|
||||
@echo "info: tutorial sample not available for" $(SYS)
|
||||
else
|
||||
# suppress the "nothing to be done for 'samples' message
|
||||
@echo > $(NULLDEV)
|
||||
endif
|
||||
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user