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