Thumbnail

rani/cscroll.git

Clone URL: https://git.buni.party/rani/cscroll.git

commit 00cc7c3d1a2c06d9ee3f9605932f985f930c47b3 Author: Raniconduh <clagv.randomgames@gmail.com> Date: Mon Oct 11 10:21:25 2021 +0000 some systems dont defime RM diff --git a/Makefile b/Makefile index c6191a6..cd41d0a 100644 --- a/Makefile +++ b/Makefile @@ -56 +58 @@ DEST ?= cscroll  CFLAGS ?= -Wall -Wextra -pedantic  LIBS ?= -lncurses   +RM ?= rm -f +  all: cscroll    cscroll: $(SOURCES)