From bae9ef6366c6729b95155246476f948e4b98fc7b Mon Sep 17 00:00:00 2001 From: Thomas van der Berg Date: Sat, 13 Feb 2016 15:04:30 +0100 Subject: move enumerate, tangle dependencies to mu.cc --- makefile | 4 ++-- 1 file 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 -- cgit 1.4.1-2-gfad0 ct> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/unittests/test_cmd_sub.c
blob: 4afe87525c5887cb612bb648e2970b0ecedb6e5b (plain) (tree)
1
2
3
4
5
6
7
8
9