Thumbnail

rani/cscroll.git

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

commit 63dfc29e8af9ff18c6404e8a479315574e7d1ea5 Author: Raniconduh <clagv.randomgames@gmail.com> Date: Fri Oct 01 09:31:34 2021 +0000 fix debug target diff --git a/Makefile b/Makefile index 3c4c782..6eb6bf4 100644 --- a/Makefile +++ b/Makefile @@ -117 +117 @@ cscroll: $(SOURCES)   cc -I$(INCLUDEDIR) -o $(DEST) $(SOURCES) $(CFLAGS) $(LIBS)    debug: $(SOURCES) - cc -DDEBUG -o $(DEST) $(SOURCES) $(CFLAGS) $(LIBS) -g + cc -I$(INCLUDEDIR) -DDEBUG -o $(DEST) $(SOURCES) $(CFLAGS) $(LIBS) -g    clean:   $(RM) $(DEST)