/[cvs]/joko/Uni/BSArch/01/Makefile
ViewVC logotype

Contents of /joko/Uni/BSArch/01/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations)
Sat May 13 12:07:11 2006 UTC (18 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.7: +3 -0 lines
prepared vor visual studio compilation

1 blatt1.exe: prime.c
2 $(CC) $(CFLAGS) -o blatt1.exe prime.c
3
4 blatt1.exe-gcc: prime.c
5 $(CC) $(CFLAGS) -mno-cygwin -ansi -pedantic -o blatt1.exe prime.c
6
7 blatt1: prime.c
8 $(CC) $(CFLAGS) -o blatt1 prime.c
9
10 clean:
11 @del blatt1.exe blatt1

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed