6 lines
118 B
Makefile
6 lines
118 B
Makefile
# luasocket makefile
|
|
#
|
|
# see src/makefile for description of how to customize the build
|
|
|
|
all clean:
|
|
${MAKE} -Csrc $@
|