Commit b12a5f5140a9d6c5f19dff8f68a1be48451ff437
1 parent
58b9db58
Exists in
master
and in
1 other branch
Small fix in main Makefile.
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -133,9 +133,16 @@ install-windows-lib: |
133 | 133 | doc: |
134 | 134 | @$(DOXYGEN) ./doxygen/doxyfile |
135 | 135 | |
136 | +#---[ Install Targets ]------------------------------------------------------------------ | |
137 | + | |
138 | +Debug: | |
139 | + | |
140 | + @$(MAKE) -C client $@ | |
141 | + @$(MAKE) -C server $@ | |
142 | + | |
136 | 143 | #---[ Clean Targets ]-------------------------------------------------------------------- |
137 | 144 | |
138 | -clean: \ | |
145 | +clean: | |
139 | 146 | |
140 | 147 | @$(MAKE) -C client $@ |
141 | 148 | @$(MAKE) -C server $@ | ... | ... |