un debut assez timide...
This commit is contained in:
17
Makefile
Normal file
17
Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# exemples du bouquin
|
||||
|
||||
ex_curses: ex_curses.c Makefile
|
||||
gcc -Wall $< -o $@ -lncurses
|
||||
|
||||
|
||||
TOTAR = chap/*.tex chap/*.png *.tex *.c Makefile *.sh *.awk
|
||||
|
||||
|
||||
tarball: $(TOTAR)
|
||||
date >> tarball
|
||||
ls $(TOTAR) | sed 's/^/Ordinateur\//' > MANIFEST
|
||||
( cd .. ; tar zcvf livre_ordinateur.tar.gz `cat Ordinateur/MANIFEST` )
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user