diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3777000..9ca85d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -603,3 +603,7 @@ obj/%.tcc.formatted: src/%.tcc tools/indenter grep -q '^} // namespace tmwa$$' $< touch $@ .PHONY: format format-cpp format-hpp + +most: $(filter-out bin/tmwa-map,${BINARIES}) +magic: $(filter obj/map/magic%,${PDC_OBJECTS}) +common: $(filter-out %/lib.pdc.o %_test.pdc.o obj/login/% obj/char/% obj/map/% obj/admin/% obj/monitor/%,${PDC_OBJECTS}) |