diff options
| author | the lemons <citrons@mondecitronne.com> | 2023-02-07 18:14:47 -0600 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2023-02-07 18:14:47 -0600 |
| commit | 52fdf6319f79b41dbc8531556c0334d538d2dae3 (patch) | |
| tree | 1e0139b60103f454dd0ff98ecb1d43a9398fbb09 /Makefile | |
| parent | c651762762dd9463aacecd703b31d81042a42473 (diff) | |
fix rounding of positions onscreen
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ SDL_HEADERS=/usr/include/SDL2 +#CFLAGS=-g -Wall -fsanitize=undefined -fsanitize=address -I$(SDL_HEADERS) CFLAGS=-g -Wall -I$(SDL_HEADERS) -LFLAGS=-lSDL2 +#LFLAGS=-lSDL2 -fsanitize=undefined -fsanitize=address +LFLAGS=-lSDL2 -lm core: core.o procfs.o memview.o $(CC) -o $@ $^ $(LFLAGS) |
