diff options
-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)); |