source: azure_iot_hub_riscv/trunk/app_iothub_client/Makefile@ 453

Last change on this file since 453 was 453, checked in by coas-nagasima, 4 years ago

ファイルを追加

File size: 234 bytes
Line 
1
2MAKE = make
3
4.PHONY: all
5all:
6 $(MAKE) -j -C Debug all
7
8kernel_cfg.h:
9 $(MAKE) -j 1 -C Debug kernel_cfg.h
10
11.PHONY: clean
12clean:
13 $(MAKE) -j -C Debug clean
14
15.PHONY: realclean
16realclean:
17 $(MAKE) -j -C Debug realclean
Note: See TracBrowser for help on using the repository browser.