diff options
author | portix <portix@gmx.net> | 2011-02-20 22:44:48 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-02-20 22:44:48 +0100 |
commit | 9b63ada3a9b965a72c77b9b882faf67523ee9404 (patch) | |
tree | 0ce14039c244d39656e47a87f125c0b464a8227c /src/Makefile | |
parent | 2ddb2d29b669f2be0aff380d97577442f4a290f1 (diff) | |
download | dwb-9b63ada3a9b965a72c77b9b882faf67523ee9404.zip |
remove enter notify callback, fixes the download-popup issue
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
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: |