summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 62a50309..9212d70e 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -3,7 +3,7 @@ CWARNS = -Wall -Wextra -Wpedantic
 
 all: $(BINS)
 
-%: %.c
+.c:
 	$(CC) $(CWARNS) $(CFLAGS) -o $@ $<
 
 atch: dtch