8 lines
57 B
Makefile
8 lines
57 B
Makefile
![]() |
#!/usr/bin/make -f
|
||
|
|
||
|
all:
|
||
|
rake build
|
||
|
|
||
|
clean:
|
||
|
rake clean
|