source: azure_iot_hub_f767zi/trunk/app_iothub_client/Makefile@ 457

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

ファイルを追加

File size: 234 bytes
RevLine 
[457]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.