mirror of
https://github.com/abakh/nbsdgames.git
synced 2025-02-02 15:07:27 -05:00
scorefiles are for the game group
This commit is contained in:
parent
6ee4243426
commit
fbaa1982cd
14
Makefile
14
Makefile
@ -16,13 +16,13 @@ scorefiles:
|
|||||||
touch $(SCORES_DIR)/muncher_scores
|
touch $(SCORES_DIR)/muncher_scores
|
||||||
touch $(SCORES_DIR)/fisher_scores
|
touch $(SCORES_DIR)/fisher_scores
|
||||||
touch $(SCORES_DIR)/darrt_scores
|
touch $(SCORES_DIR)/darrt_scores
|
||||||
chmod 666 $(SCORES_DIR)/pipes_scores
|
chown :games $(SCORES_DIR)/pipes_scores
|
||||||
chmod 666 $(SCORES_DIR)/jewels_scores
|
chown :games $(SCORES_DIR)/jewels_scores
|
||||||
chmod 666 $(SCORES_DIR)/miketron_scores
|
chown :games $(SCORES_DIR)/miketron_scores
|
||||||
chmod 666 $(SCORES_DIR)/muncher_scores
|
chown :games $(SCORES_DIR)/muncher_scores
|
||||||
chmod 666 $(SCORES_DIR)/fisher_scores
|
chown :games $(SCORES_DIR)/fisher_scores
|
||||||
chmod 666 $(SCORES_DIR)/darrt_scores
|
chown :games $(SCORES_DIR)/darrt_scores
|
||||||
|
|
||||||
jewels: jewels.c config.h common.h
|
jewels: jewels.c config.h common.h
|
||||||
$(CC) jewels.c $(LDFLAGS) $(CFLAGS) -o ./jewels
|
$(CC) jewels.c $(LDFLAGS) $(CFLAGS) -o ./jewels
|
||||||
sudoku: sudoku.c config.h
|
sudoku: sudoku.c config.h
|
||||||
|
Loading…
Reference in New Issue
Block a user