Retourner au contenu associé (entrée de forum : Indent & makefiles)
Posté par mansuetus (site web personnel) le 25 août 2004 à 15:24. En réponse au message Indent & makefiles. Évalué à 1.
---------------------- all: list doc cafe list : functions.o parser.o daemon.c daemon.h gcc -Wall daemon.c functions.o parser.o -o list functions.o : functions.c functions.h gcc -Wall -c functions.c -o functions.o parser.o : parser.c parser.h gcc -Wall -c parser.c -o parser.o doc: tes commandes ici.... cafe: ton cafe ici clean: rm -f list rm -f *.o distclean: rm -f list rm -f *.o rm -f *~ rm -f *.core
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Makefile
Posté par mansuetus (site web personnel) . En réponse au message Indent & makefiles. Évalué à 1.
usage : "make" ou "make all" pour faire list, doc, cafe
ou 'make cafe'...
"make clean"....
-------------------
hopes this helps