summaryrefslogtreecommitdiffstats
path: root/vmchooser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/Makefile')
-rw-r--r--vmchooser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmchooser/Makefile b/vmchooser/Makefile
index e1ce821..6bc1390 100644
--- a/vmchooser/Makefile
+++ b/vmchooser/Makefile
@@ -25,13 +25,13 @@ debug: ${OBJS}
${CC} ${LDFLAGS} -o vmchooserdbg $^ ${LIBS}
${OBJS}: %.o: %.cxx %.dep
- ${CC} ${CCFLAGS} -o $@ -c $<
+ ${CC} ${DEBUG_CCFLAGS} -o $@ -c $<
${DEPS}: %.dep: %.cxx Makefile
${CC} ${CCFLAGS} -MM $< > $@
clean::
- rm -f *~ *.o ${TARGET}
+ rm -f *~ *.o ${TARGET} vmchooserdbg
install:
cp vmchooser ../../../../openslx/trunk/os-plugins/plugins/vmchooser/files/