7/21
This commit is contained in:
13
lua/Makefile
Normal file
13
lua/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
include ../config.mk
|
||||
|
||||
all:
|
||||
@echo "Run 'make test' to generate a test binary."
|
||||
@echo "Run 'make clean' to remove the generated binary."
|
||||
|
||||
test:
|
||||
$(CC) -I/usr/include/lua5.2 \
|
||||
-Wall -llua \
|
||||
lua.c -o lua.test
|
||||
|
||||
clean:
|
||||
rm lua.test
|
||||
Reference in New Issue
Block a user