summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 64c9dbcd67..3348f9273c 100644
--- a/Makefile
+++ b/Makefile
@@ -140,13 +140,8 @@ ALL_PRG += $(ALL_PRG-yes)
COMMON_LIBS += osdep/libosdep.a
-.SUFFIXES: .cc .c .o
-
all: $(ALL_PRG)
-.c.o:
- $(CC) -c $(CFLAGS) -o $@ $<
-
libaf/libaf.a:
$(MAKE) -C libaf