Files
tartrazine/src/cre2/Makefile

6 lines
88 B
Makefile

all: cre2.o
clean:
rm -f cre2.o
cre2.o: cre2.cpp cre2.h
g++ -O3 -c -o cre2.o cre2.cpp