summaryrefslogtreecommitdiff
path: root/MenuApplets/Makefile
diff options
context:
space:
mode:
authorjoshua stein <jcs@jcs.org>2019-12-18 17:35:46 -0600
committerAndreas Kling <awesomekling@gmail.com>2019-12-20 20:20:54 +0100
commitac25438d54252d70de0002e4cca04ac258967c47 (patch)
tree61b97be561fbb395b8aa3f84135ba7400dfb38e5 /MenuApplets/Makefile
parentf4b2b72c8efc0f6d018b199a8cc95091e7cf4c3e (diff)
downloadserenity-ac25438d54252d70de0002e4cca04ac258967c47.zip
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.
Diffstat (limited to 'MenuApplets/Makefile')
-rw-r--r--MenuApplets/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/MenuApplets/Makefile b/MenuApplets/Makefile
new file mode 100644
index 0000000000..6a7b80e895
--- /dev/null
+++ b/MenuApplets/Makefile
@@ -0,0 +1,3 @@
+SUBDIRS := $(wildcard */.)
+
+include ../Makefile.subdir