diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -*.[oa] +*.[oad] *.[ld]o vimb vimb_dbg @@ -1,7 +1,5 @@ include config.mk --include $(DEPS) - all: $(TARGET) debug: $(DTARGET) test: $(LIBTARGET) @@ -82,4 +80,6 @@ src/config.h: @echo "${CC} $@" @$(CC) -DTESTLIB $(DFLAGS) -fPIC -c -o $@ $< +-include $(DEPS) + .PHONY: clean debug all install uninstall options dist dist-clean test test-clean |