From fbaa1982cd290e5b16fae9df53ca9808dc4e2d0b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 24 Apr 2021 16:58:10 +0430 Subject: [PATCH] scorefiles are for the game group --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index dff414e..26676dd 100644 --- a/Makefile +++ b/Makefile @@ -16,13 +16,13 @@ scorefiles: touch $(SCORES_DIR)/muncher_scores touch $(SCORES_DIR)/fisher_scores touch $(SCORES_DIR)/darrt_scores - chmod 666 $(SCORES_DIR)/pipes_scores - chmod 666 $(SCORES_DIR)/jewels_scores - chmod 666 $(SCORES_DIR)/miketron_scores - chmod 666 $(SCORES_DIR)/muncher_scores - chmod 666 $(SCORES_DIR)/fisher_scores - chmod 666 $(SCORES_DIR)/darrt_scores - + chown :games $(SCORES_DIR)/pipes_scores + chown :games $(SCORES_DIR)/jewels_scores + chown :games $(SCORES_DIR)/miketron_scores + chown :games $(SCORES_DIR)/muncher_scores + chown :games $(SCORES_DIR)/fisher_scores + chown :games $(SCORES_DIR)/darrt_scores + jewels: jewels.c config.h common.h $(CC) jewels.c $(LDFLAGS) $(CFLAGS) -o ./jewels sudoku: sudoku.c config.h