diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | src/cps.cpp (renamed from cps.cpp) | 0 | ||||
-rw-r--r-- | src/gc.cpp (renamed from gc.cpp) | 0 | ||||
-rw-r--r-- | src/gclib.cpp (renamed from gclib.cpp) | 0 | ||||
-rw-r--r-- | src/llvm.cpp (renamed from llvm.cpp) | 0 | ||||
-rw-r--r-- | src/tuplr.cpp (renamed from tuplr.cpp) | 0 | ||||
-rw-r--r-- | src/tuplr.hpp (renamed from tuplr.hpp) | 0 | ||||
-rw-r--r-- | src/typing.cpp (renamed from typing.cpp) | 0 | ||||
-rw-r--r-- | src/unify.cpp (renamed from unify.cpp) | 0 | ||||
-rw-r--r-- | src/write.cpp (renamed from write.cpp) | 0 |
10 files changed, 2 insertions, 2 deletions
@@ -23,10 +23,10 @@ OBJECTS = \ build/tuplr: $(OBJECTS) g++ -o $@ $^ $(LDFLAGS) -build/%.o: %.cpp tuplr.hpp +build/%.o: src/%.cpp src/tuplr.hpp g++ $(CXXFLAGS) -o $@ -c $< -build/%.so: %.cpp tuplr.hpp +build/%.so: src/%.cpp src/tuplr.hpp g++ -fPIC -dPIC -shared $(CXXFLAGS) -o $@ $< clean: diff --git a/gclib.cpp b/src/gclib.cpp index 8c9f140..8c9f140 100644 --- a/gclib.cpp +++ b/src/gclib.cpp diff --git a/tuplr.cpp b/src/tuplr.cpp index 7dd3e9b..7dd3e9b 100644 --- a/tuplr.cpp +++ b/src/tuplr.cpp diff --git a/tuplr.hpp b/src/tuplr.hpp index 5275dfd..5275dfd 100644 --- a/tuplr.hpp +++ b/src/tuplr.hpp diff --git a/typing.cpp b/src/typing.cpp index 5791fdc..5791fdc 100644 --- a/typing.cpp +++ b/src/typing.cpp diff --git a/unify.cpp b/src/unify.cpp index 2a8e6a0..2a8e6a0 100644 --- a/unify.cpp +++ b/src/unify.cpp diff --git a/write.cpp b/src/write.cpp index 04e3401..04e3401 100644 --- a/write.cpp +++ b/src/write.cpp |