2008年10月18日 星期六

MAKE file for @%^?

hello.c
#include
//#include
#include "func.h"
#include "my.h"

int main(void){
char * say ="hello, world\n";
printf("%s \n" ,say);
func();

//printf("%f\n",log(1000));

return 0;

}

func.c
#include

int func (void){
printf("come from func");
return 0;
}

func.h
#include
int func (void);


my.h
#define NUMBER 1024


Makefile

CC=gcc
all: hello

func.o: func.c func.h
$(CC) $(OPT) -c func.c
echo "1=$@ 2=$< 3="$?" 4="$^" 1="$@" 2="$<" 3="$?" 4="$^" 1="$@" 2="$<" 3="$?" 4="$^" 1="$@" 2="$<" 3="$?" 4="$^">

沒有留言:

孩子 3C 使用條款

昨天看到有人說別讓孩子用 youtube,因為上面的確是有一些不太合適的內容。 其實我們家都是把 youtube 投影到電視上面跟孩子一起看,但比較大的孩子可能需要在房間裡面準備一台電腦。 我自己寧可開放孩子使用電腦也不想讓他迷上手機。平板是我可以接受的最低限度,但也僅限於在外...