ladybird/Applications/Calculator
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
..
Calculator.cpp Calculator: Add a simple calculator app 2019-08-10 08:46:22 +02:00
Calculator.h Calculator: Add a simple calculator app 2019-08-10 08:46:22 +02:00
CalculatorWidget.cpp Calculator: Convert to using ObjectPtr 2019-09-21 19:37:28 +02:00
CalculatorWidget.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Keypad.cpp Calculator: Add a simple calculator app 2019-08-10 08:46:22 +02:00
Keypad.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
main.cpp Calculator: Add a 16x16 app icon 2019-11-29 21:04:19 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00