Parcourir la source

typo makefile

Julien Dehos il y a 8 ans
Parent
commit
c21aac02ae
5 fichiers modifiés avec 9 ajouts et 1 suppressions
  1. 2 0
      CM1/Makefile
  2. 2 0
      CM2/Makefile
  3. 2 0
      CM3/Makefile
  4. 1 1
      Makefile
  5. 2 0
      www/Makefile

+ 2 - 0
CM1/Makefile

@@ -1,3 +1,5 @@
+.PHONY: all clean
+
 all: ../tmp/CM1.html ../tmp/CM1_slides.html 
 	cp *.png ../tmp
 

+ 2 - 0
CM2/Makefile

@@ -1,3 +1,5 @@
+.PHONY: all clean
+
 DOT_FILES = $(shell find . -name "*.dot")
 SVG_FILES = $(DOT_FILES:.dot=.svg)
 

+ 2 - 0
CM3/Makefile

@@ -1,3 +1,5 @@
+.PHONY: all clean
+
 all: ../tmp/CM3.html ../tmp/CM3_slides.html
 
 ../tmp/CM3.html: CM3.md 

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-.PHONY: all
+.PHONY: all publish clean
 
 all: 
 	$(MAKE) -C www

+ 2 - 0
www/Makefile

@@ -1,3 +1,5 @@
+.PHONY: all clean
+
 all: ../tmp/before.html ../tmp/index.html ../tmp/index_slides.html 
 
 ../tmp/before.html: before.md