working types and random

This commit is contained in:
2025-06-04 11:45:02 +02:00
parent 7adfcc7b23
commit 78a97c16dd
8 changed files with 186 additions and 118 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
TARGET ?= margen
INSTALL_DIR ?= $(HOME)/.local/bin
TEST_ARGS ?= -w=100 -h=100
TEST_ARGS ?= -w=100
SHELL := /bin/bash
.PHONY: build
@@ -9,7 +9,7 @@ clean:
build:
@mkdir -p build
gcc -Wall src/*.c src/*.h -o build/$(TARGET)
gcc -Wall src/*.c src/*.h -lm -o build/$(TARGET)
.PHONY: install
install: build