diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-06-03 16:10:57 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-06-03 16:10:57 -0300 |
| commit | 83b1c06b186614d1bf2171feb46754bd8a8e6dfa (patch) | |
| tree | b8da3f436cba5736d481690935135fe5c6b3badc /libphysics/Makefile | |
| parent | 005f0a3185eb8085f6e0de11e3cfd0a3d9167719 (diff) | |
libphysics removido (ideia jogada fora)
Diffstat (limited to 'libphysics/Makefile')
| -rw-r--r-- | libphysics/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libphysics/Makefile b/libphysics/Makefile deleted file mode 100644 index d951ff6..0000000 --- a/libphysics/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -OBJ=aabb.o\ - body.o\ - event.o\ - _map.o\ - tick.o\ - blockmap.o\ - narrow.o - -CFLAGS=-I../include -g -O3 -flto - -all: libphysics.a - -clean: - rm -f libphysics.a - rm -f $(OBJ) - -libphysics.a: $(OBJ) - ar rcs $@ $^ - -%.o: %.c dat.h - $(CC) $< $(CFLAGS) -c -o $@ - -.PHONY: all clean |
