diff options
author | pacien | 2017-12-02 01:13:33 +0100 |
---|---|---|
committer | pacien | 2017-12-02 01:13:33 +0100 |
commit | 2c8edf0e358c12619ec3f9d1e98c0035246218f9 (patch) | |
tree | fefad5fd683d12fb6ae9dfa7d18e5963897edda8 /makefile | |
parent | 650c4400c63d8ec8473321862046240cb873ec8d (diff) | |
download | morpher-2c8edf0e358c12619ec3f9d1e98c0035246218f9.tar.gz |
Add missing target to defaults list
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ PERCENT := % | |||
18 | 18 | ||
19 | 19 | ||
20 | ##### MAIN TARGETS | 20 | ##### MAIN TARGETS |
21 | .PHONY: all test source api-doc report clean | 21 | .PHONY: all test source report clean |
22 | 22 | ||
23 | all: source test report; | 23 | all: source test api-doc report; |
24 | 24 | ||
25 | .SECONDEXPANSION: | 25 | .SECONDEXPANSION: |
26 | source: $$(patsubst $(SRC_DIR)/$$(PERCENT).c,$(BIN_DIR)/$$(PERCENT).o,$$(wildcard $(SRC_DIR)/**/*.c)); | 26 | source: $$(patsubst $(SRC_DIR)/$$(PERCENT).c,$(BIN_DIR)/$$(PERCENT).o,$$(wildcard $(SRC_DIR)/**/*.c)); |