aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-07 20:32:22 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-07 20:32:22 +0100
commit3cf13845fa9b5765b91863265055325ed0e7eecf (patch)
tree9e5a1253170e5ff9940f6be5e2abdb393bd6a31b /Makefile
parentfa5f86bfa71f8fa50788a129e0848d1af13dd249 (diff)
Add file config.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d625fb..02431a7 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ config_C_SOURCES = config.c
config_OBJECTS = $(patsubst %.c,%.o,$(config_C_SOURCES))
config_TARGET = config
-.PHONY: all clean
+.PHONY: all clean cleanconfig
all: $(mulklib_TARGET) $(bpttest_TARGET)
@@ -32,6 +32,10 @@ clean:
$(RM_F) $(config_OBJECTS)
$(RM_F) $(config_TARGET)
+cleanconfig:
+ $(RM_F) $(config_OBJECTS)
+ $(RM_F) $(config_TARGET)
+
$(mulklib_TARGET): $(mulklib_OBJECTS)
$(LIBTOOL) -dynamic $(LDFLAGS) -o $@ $(mulklib_OBJECTS)