ports/graphics/3d-ascii-viewer/files/patch-Makefile
Emanuel Haupt 0d3812eebf graphics/3d-ascii-viewer: Update to 1.3.0
- Update to 1.3.0
- Project was renamed upstream
2023-06-21 07:26:27 +02:00

15 lines
305 B
Text

--- Makefile.orig 2023-05-04 04:46:08 UTC
+++ Makefile
@@ -1,9 +1,9 @@
TARGET_EXEC := 3d-ascii-viewer
TEMPDIR := tmp
-CC := gcc
-CFLAGS := -Wall
-LDFLAGS := -lm -lncurses
+CC ?= gcc
+CFLAGS += -Wall
+LDFLAGS += -lm -lncurses
SRC_DIR := src
SRCS := $(shell find $(SRC_DIR) -name '*.c')