summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-02-20 22:44:48 +0100
committerportix <portix@gmx.net>2011-02-20 22:44:48 +0100
commit9b63ada3a9b965a72c77b9b882faf67523ee9404 (patch)
tree0ce14039c244d39656e47a87f125c0b464a8227c /src/Makefile
parent2ddb2d29b669f2be0aff380d97577442f4a290f1 (diff)
downloaddwb-9b63ada3a9b965a72c77b9b882faf67523ee9404.zip
remove enter notify callback, fixes the download-popup issue
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 6e6a082e..9979fefd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,6 +13,7 @@ include ../config.mk
all: $(TARGET)
$(TARGET): $(OBJ) $(HDR)
+ @echo "$(CC) $@"
@$(CC) $(FLAGS) $(OBJ) -o $(TARGET)
debug: