mirror of
git://projects.qi-hardware.com/man-tiny.git
synced 2025-03-14 09:29:11 +02:00
10 lines
66 B
Makefile
10 lines
66 B
Makefile
|
|
||
|
#.SILENT:
|
||
|
|
||
|
all:
|
||
|
$(MAKE) -C src/
|
||
|
|
||
|
clean:
|
||
|
$(MAKE) -C src/ clean
|
||
|
|