diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ LIBS=-lm all: $(APP) $(APP): $(OBJS) - $(CC) -o $(APP) $(OBJS) $(LIBS) + $(CC) $(CFLAGS) -o $(APP) $(OBJS) $(LIBS) %.o: %.c $(CC) -c $(CFLAGS) $< |
index : kmeans | ||
Unnamed repository; edit this file 'description' to name the repository. | Paul Duncan |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -7,7 +7,7 @@ LIBS=-lm all: $(APP) $(APP): $(OBJS) - $(CC) -o $(APP) $(OBJS) $(LIBS) + $(CC) $(CFLAGS) -o $(APP) $(OBJS) $(LIBS) %.o: %.c $(CC) -c $(CFLAGS) $< |