Displaying 1 result from an estimated 1 matches for "5d1ff44".
2009 Feb 04
2
lua assist
...milleune at inertia:~/syslinux-lua-stappers/com32/lua
| $ git diff ../Makefile
| milleune at inertia:~/syslinux-lua-stappers/com32/lua
| $ assist/modimf
| milleune at inertia:~/syslinux-lua-stappers/com32/lua
| $ git diff ../Makefile
| diff --git a/com32/Makefile b/com32/Makefile
| index bfb8e3a..5d1ff44 100644
| --- a/com32/Makefile
| +++ b/com32/Makefile
| @@ -1,4 +1,4 @@
| -SUBDIRS = lib libutil modules menu samples
| +SUBDIRS = lib libutil modules menu samples lua/src
|
| all tidy dist clean spotless install:
| set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
| milleune at ine...