Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Fri, Jan 24, 02:03

Makefile

CFLAGS += -Wall -std=gnu99 -DLINUX -O3
OBJS=grib.o
grib.x : $(OBJS)
$(CC) -o grib.x $(OBJS) -lm
clean:
rm *.x *.o

Event Timeline