summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d928fda..88cc8b8 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,6 @@ OBJ = ${SRC:.c=.o}
all: expac doc
-35:
- ${MAKE} PMCHECK=-D_HAVE_ALPM_FIND_SATISFIER all
-
.c.o:
${CC} -c ${CFLAGS} $<