This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7f538ea7eb
ladybird
/
Shell
/
Makefile
10 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
Shell: Move the Shell to a separate directory and let's call it "Shell" :^)
2019-05-06 20:12:08 -03:00
OBJS
=
\
Parser.o
\
main.o
Build: clean up build system, use one shared Makefile Allow everything to be built from the top level directory with just 'make', cleaned with 'make clean', and installed with 'make install'. Also support these in any particular subdirectory. Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as it runs. Kernel and early host tools (IPCCompiler, etc.) are built as object.host.o so that they don't conflict with other things built with the cross-compiler.
2019-12-18 20:35:46 -03:00
PROGRAM
=
Shell
Shell: Move the Shell to a separate directory and let's call it "Shell" :^)
2019-05-06 20:12:08 -03:00
LibLine: Rename from LibLineEdit
2020-03-31 08:32:11 -03:00
LIB_DEPS
=
Core Line
Shell: Move the Shell to a separate directory and let's call it "Shell" :^)
2019-05-06 20:12:08 -03:00
Build: clean up build system, use one shared Makefile Allow everything to be built from the top level directory with just 'make', cleaned with 'make clean', and installed with 'make install'. Also support these in any particular subdirectory. Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as it runs. Kernel and early host tools (IPCCompiler, etc.) are built as object.host.o so that they don't conflict with other things built with the cross-compiler.
2019-12-18 20:35:46 -03:00
i
n
c
l
u
d
e
.
.
/
M
a
k
e
f
i
l
e
.
c
o
m
m
o
n
Reference in a new issue
Copy permalink