summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-07-10 21:17:49 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-07-10 23:43:37 +0200
commit23b150fd0dedc012e85b405ec92bc3adacfe9959 (patch)
tree2f919e89b74906eb15c14ff89e2936dab2936b74 /Makefile
parentbfbb506ff1a5e87401d4aa633f0707d1238082d0 (diff)
Individual target builds.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3cea400..6358394 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ SRC = \
configure.cc \
rebuild.cc \
tasks.cc \
+ build.cc \
OBJ = $(patsubst %.cc,%.o,$(SRC))