Parent Directory
|
Revision Log
|
Patch
| revision 1.8 by joko, Sat May 13 12:07:11 2006 UTC | revision 1.9 by franky, Mon May 15 11:22:55 2006 UTC | |
|---|---|---|
| # | Line 5 blatt1.exe-gcc: prime.c | Line 5 blatt1.exe-gcc: prime.c |
| 5 | $(CC) $(CFLAGS) -mno-cygwin -ansi -pedantic -o blatt1.exe prime.c | $(CC) $(CFLAGS) -mno-cygwin -ansi -pedantic -o blatt1.exe prime.c |
| 6 | ||
| 7 | blatt1: prime.c | blatt1: prime.c |
| 8 | $(CC) $(CFLAGS) -o blatt1 prime.c | $(CC) -lm $(CFLAGS) -o blatt1 prime.c |
| 9 | ||
| 10 | clean: | clean: |
| 11 | @del blatt1.exe blatt1 | @del blatt1.exe blatt1 |
|
||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |