mirror of
git://projects.qi-hardware.com/man-tiny.git
synced 2024-11-23 20:50:39 +02:00
10 lines
66 B
Makefile
10 lines
66 B
Makefile
|
|
||
|
#.SILENT:
|
||
|
|
||
|
all:
|
||
|
$(MAKE) -C src/
|
||
|
|
||
|
clean:
|
||
|
$(MAKE) -C src/ clean
|
||
|
|