Compare commits
5 commits
developmen
...
addlua
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2da61079de | ||
|
|
f164ada948 | ||
|
|
ca58921e2e | ||
|
|
e09862023e | ||
|
|
405178f89e |
3 changed files with 1953 additions and 1888 deletions
9
color.lua
Normal file
9
color.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- Lua test file
|
||||
|
||||
function ithecolors( c )
|
||||
io.write("some shit from lua\n")
|
||||
-- io.write(c)
|
||||
io.write("\n")
|
||||
end
|
||||
|
||||
ithecolors()
|
||||
|
|
@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib
|
|||
INCS = -I. -I/usr/include -I${X11INC} \
|
||||
`pkg-config --cflags fontconfig` \
|
||||
`pkg-config --cflags freetype2`
|
||||
LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft -lXrender\
|
||||
LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft -lXrender -llua\
|
||||
`pkg-config --libs fontconfig` \
|
||||
`pkg-config --libs freetype2`
|
||||
|
||||
|
|
@ -26,3 +26,4 @@ LDFLAGS += -g ${LIBS}
|
|||
# compiler and linker
|
||||
# CC = cc
|
||||
|
||||
CC=clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue