mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
Print out system and c compiler version
This commit is contained in:
parent
6720b41707
commit
20cab2ba22
@ -1,5 +1,7 @@
|
||||
all:
|
||||
@rm -f *.output
|
||||
@echo Compiling on:
|
||||
@uname -a
|
||||
@$(MAKE) -s -k compile || cat *.output
|
||||
|
||||
compile: msp430 native
|
||||
|
@ -1,3 +1,5 @@
|
||||
all: hello-world
|
||||
all: print-version hello-world
|
||||
CONTIKI = ../../..
|
||||
include $(CONTIKI)/Makefile.include
|
||||
print-version:
|
||||
@$(CC) --version
|
||||
|
Loading…
Reference in New Issue
Block a user