makefile: add "all" target
This commit is contained in:
parent
10cdd3c45a
commit
38b55c7fdc
2
makefile
2
makefile
@ -6,6 +6,8 @@ CCOMPILE = \
|
|||||||
mkdir -p $(@D); \
|
mkdir -p $(@D); \
|
||||||
$(CC) $(CFLAGS) $^ -o $@
|
$(CC) $(CFLAGS) $^ -o $@
|
||||||
|
|
||||||
|
all: ex-1 ex-2 ex-3 ex-4 ex-5 ex-6 ex-7
|
||||||
|
|
||||||
ex-1: ex-1/bin/main ex-1/bin/pdf
|
ex-1: ex-1/bin/main ex-1/bin/pdf
|
||||||
ex-1/bin/main: ex-1/main.c ex-1/landau.c ex-1/tests.c ex-1/bootstrap.c ex-1/moyal.c
|
ex-1/bin/main: ex-1/main.c ex-1/landau.c ex-1/tests.c ex-1/bootstrap.c ex-1/moyal.c
|
||||||
$(CCOMPILE)
|
$(CCOMPILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user