mirror of
git://projects.qi-hardware.com/man-tiny.git
synced 2025-04-17 16:47:26 +03:00
10 lines
66 B
Makefile
10 lines
66 B
Makefile
|
|
#.SILENT:
|
|
|
|
all:
|
|
$(MAKE) -C src/
|
|
|
|
clean:
|
|
$(MAKE) -C src/ clean
|
|
|