mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 09:49:26 +01:00
8 lines
55 B
Makefile
8 lines
55 B
Makefile
|
|
||
|
default:
|
||
|
$(MAKE) -C ..
|
||
|
|
||
|
clean:
|
||
|
$(MAKE) -C .. clean
|
||
|
|