From 6d061ec59d3c3c39c195250a8e4bcb90bbbbcd17 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 8 Apr 2025 13:29:35 +0200 Subject: added TAGS to project, added to .gitignore --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 453fa9c..a935b7b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SHELL=/bin/sh +SHELL=/bin/bash CC=clang SRCDIR=./src @@ -23,8 +23,8 @@ mvis: $(SRCDIR)/main.c plug dev: $(SRCDIR)/main.c plug $(CC) $(CFLAGS) -DHOTRELOAD $(LDFLAGS) $(SRCDIR)/main.c -o mvis -plug: $(SRCDIR)/plug.c - $(CC) $(SO_FLAGS) $(CFLAGS) $(LDFLAGS) -o libplug.so $(SRCDIR)/plug.c +plug: $(SRCDIR)/plug.c + $(CC) $(SO_FLAGS) $(CFLAGS) $(LDFLAGS) -o libplug.so $(SRCDIR)/plug.c install: $(INSTALL_PROGRAM) mvis $(PREFIX)$(BINDIR)/mvis -- cgit v1.2.3