source: proiecte/SolarSim/C/Serial/makef.icc @ 152

Last change on this file since 152 was 152, checked in by (none), 14 years ago
File size: 149 bytes
Line 
1CC=icc
2CFLAGS=-openmp
3SRC=src
4BIN=bin
5OUTFILE=SolarSim.$(CC)
6
7all:
8        $(CC) -o $(BIN)/$(OUTFILE) $(SRC)/*.c $(CFLAGS)
9
10clean:
11        $(RM) $(BIN)/$(OUTFILE)
Note: See TracBrowser for help on using the repository browser.