mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-12-02 16:14:15 +01:00
8 lines
55 B
Makefile
8 lines
55 B
Makefile
|
|
||
|
default:
|
||
|
$(MAKE) -C ..
|
||
|
|
||
|
clean:
|
||
|
$(MAKE) -C .. clean
|
||
|
|