]> git.lizzy.rs Git - bspwm.git/commitdiff
Pattern rules are not POSIX
authorBastien Dejean <nihilhill@gmail.com>
Tue, 19 Mar 2013 18:03:17 +0000 (19:03 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Tue, 19 Mar 2013 18:03:17 +0000 (19:03 +0100)
Makefile

index e9a819c2047fb0515bcc7e1a4ff62dfb8762acc0..04a1d4e3a22cfead8ce4112d5270f0aa0c8f0b98 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ include Incgraph
 
 $(WM_OBJ) $(CL_OBJ): Makefile
 
-%.o: %.c
+.c.o:
        $(CC) $(CFLAGS) -c -o $@ $<
 
 bspwm: $(WM_OBJ)