mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-09-15 18:07:32 +00:00
Exploring re2, doesn't really work
This commit is contained in:
5
src/cre2/Makefile
Normal file
5
src/cre2/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all: cre2.o
|
||||
clean:
|
||||
rm -f cre2.o
|
||||
cre2.o: cre2.cpp cre2.h
|
||||
g++ -O3 -c -o cre2.o cre2.cpp
|
Reference in New Issue
Block a user