diff options
author | portix <portix@gmx.net> | 2011-09-20 13:23:51 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-09-20 13:23:51 +0200 |
commit | 407180cba139e7cf37a24f1ee7fd3ba0e198746c (patch) | |
tree | 7e39cfeacda46a365f84e0c1eed37e78d00901f7 /src/Makefile | |
parent | 1a8602a230b29263d7e9a19f02257dc1954480d8 (diff) | |
download | dwb-407180cba139e7cf37a24f1ee7fd3ba0e198746c.zip |
Cleaning up Buildfiles
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Makefile b/src/Makefile index c7668650..cfec6cd3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,11 +1,5 @@ include ../config.mk -# needed for migration to gtk3 -# FLAGS+=-DGTK_DISABLE_SINGLE_INCLUDES -# FLAGS+=-DGTK_DISABLE_DEPRECATED -# FLAGS+=-DGDK_DISABLE_DEPRECATED -# FLAGS+=-DGSEAL_ENABLE - all: $(TARGET) $(TARGET): $(OBJ) @@ -21,7 +15,6 @@ $(TARGET): $(OBJ) #@$(CC) $(FLAGS) -MM $*.c > $*.d - debug: $(DTARGET) %.do: %.c |