ladybird/Applications/HexEditor
joshua stein ac25438d54 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-20 20:20:54 +01:00
..
HexEditor.cpp HexEditor: Created has_selection() method. 2019-10-27 00:44:42 +02:00
HexEditor.h HexEditor: Created has_selection() method. 2019-10-27 00:44:42 +02:00
HexEditorWidget.cpp LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
HexEditorWidget.h HexEditor: Added navigate to a hex offset 2019-10-21 09:45:21 +02:00
main.cpp HexEditor: Fixed startup error 2019-10-24 09:57:27 +02:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00