Skip to content
Snippets Groups Projects
Commit 63d95edb authored by Kalim Moussa's avatar Kalim Moussa
Browse files

vraie fin du niveau 3

parent 89b71e97
Branches
Tags
No related merge requests found
NAME = JeuDeLaVie
NAMET = MoussaKalim-GoL-v2_0
NAMET = MoussaKalim-GoL-v3_0
CC = @gcc
TAR = @tar
RM = @rm -f
......@@ -33,7 +33,7 @@ fullclean: clean
@$(RM) $(NAMET).tar.xz
dist:
@$(TAR) -$(TFLAGS) $(NAMET).tar.xz ./src ./include makefile Doxyfile
@$(TAR) -$(TFLAGS) $(NAMET).tar.xz ./src ./obj ./bin ./include makefile Doxyfile
docs :
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment