Remove unnecessary Makefile rule
This commit is contained in:
parent
e68f0566d5
commit
2d41df1c83
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ RM = rm
|
||||||
|
|
||||||
all: $(EXAMPLES)
|
all: $(EXAMPLES)
|
||||||
|
|
||||||
$(EXAMPLES): %: %.c $(STATIC)
|
|
||||||
$(CC) $(CFLAGS) $< -o $@ $(STATIC)
|
|
||||||
|
|
||||||
cluster: cluster.c $(STATIC)
|
cluster: cluster.c $(STATIC)
|
||||||
$(CC) $(CFLAGS) $< -o $@ $(STATIC) $(shell pkg-config --cflags --libs cairo x11) -lXext -lm
|
$(CC) $(CFLAGS) $< -o $@ $(STATIC) $(shell pkg-config --cflags --libs cairo x11) -lXext -lm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue