mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-11-27 05:34:17 +01:00
8 lines
55 B
Makefile
8 lines
55 B
Makefile
|
|
default:
|
|
$(MAKE) -C ..
|
|
|
|
clean:
|
|
$(MAKE) -C .. clean
|
|
|