summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 79eac2d..2ded1b2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ obj/debug: physics obj/sim.so obj
touch obj/debug
physics: main.cpp gui.hpp sim.cpp time.cpp
$(CXX) main.cpp -o $@ $(DEBUG_CFLAGS)
-obj/sim.so: *.[ch]* obj
- $(CXX) sim.cpp -fPIC -shared -o $@ $(DEBUG_CFLAGS)
- touch obj/sim.so_changed
+# obj/sim.so: *.[ch]* obj
+# $(CXX) sim.cpp -fPIC -shared -o $@ $(DEBUG_CFLAGS)
+# touch obj/sim.so_changed
obj:
mkdir -p obj