about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThomas van der Berg <thomas.van.der.berg.gm@gmail.com>2016-02-13 15:04:30 +0100
committerThomas van der Berg <thomas.van.der.berg.gm@gmail.com>2016-02-13 15:04:30 +0100
commitbae9ef6366c6729b95155246476f948e4b98fc7b (patch)
treef9bb8b0567c98d231b367436c6de56c78f15b985
parent219ee6d3c48349fcb88094ab1844446778aa4453 (diff)
downloadmu-bae9ef6366c6729b95155246476f948e4b98fc7b.tar.gz
move enumerate, tangle dependencies to mu.cc
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index e620a87c..cc8af389 100644
--- a/makefile
+++ b/makefile
@@ -3,12 +3,12 @@ all: mu_bin core.mu
 CXX ?= c++
 CFLAGS ?= -g -O3
 
-mu_bin: makefile enumerate/enumerate tangle/tangle mu.cc termbox/libtermbox.a
+mu_bin: makefile mu.cc termbox/libtermbox.a
 	${CXX} ${CFLAGS} -Wall -Wextra -fno-strict-aliasing mu.cc termbox/libtermbox.a -o mu_bin
 
 # To see what the program looks like after all layers have been applied, read
 # mu.cc
-mu.cc: [0-9]*.cc
+mu.cc: [0-9]*.cc enumerate/enumerate tangle/tangle
 	./tangle/tangle $$(./enumerate/enumerate --until zzz |grep -v '.mu$$') > mu.cc
 	make --no-print-directory autogenerated_lists
 
<vc@akkartik.com> 2015-06-12 22:28:46 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-06-12 22:32:28 -0700 1555 - mu.vim: distinguish control-flow from constants' href='/akkartik/mu/commit/vimrc.vim?h=main&id=1ae4e0d95f7e37dc7d0b146542fc39b4aed491de'>1ae4e0d9 ^
b3cdcdd4 ^
b96af395 ^









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38