diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-03-08 21:03:40 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-03-08 21:03:40 -0500 |
| commit | 50595b3f3077ea5dccce79d26459a28e64ec0071 (patch) | |
| tree | 2c95f06a358afdccff85c16d290aa7de0e0dc9e4 /make | |
| parent | 1ec2c4cde9551c5bb43371d88629ebf4d8fc3c93 (diff) | |
Diffstat (limited to 'make')
| -rwxr-xr-x | make | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,6 +0,0 @@ -#!/bin/sh -if [[ "$1" == "debug" ]]; then - clang -O3 -o game-of-life main.c `sdl2-config --cflags --libs` -lm -Wall -fsanitize=address -g -else - clang -O3 -o game-of-life main.c `sdl2-config --cflags --libs` -lm -fi |
