aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--main.c (renamed from effect-pad.c)0
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5f6f6f9..c0f4a92 100644
--- a/Makefile
+++ b/Makefile
@@ -18,10 +18,10 @@ CFLAGS := -std=c99 -Wall -g -O0 \
LDFLAGS := $(SDL_LDFLAGS) $(SDL_IMAGE_LDFLAGS) $(SDL_GFX_LDFLAGS) \
$(LIBVLC_LDFLAGS)
-all : effect-pad
+all : osc-graphics
-effect-pad : effect-pad.o
+osc-graphics : main.o
$(CC) $(LDFLAGS) $^ -o $@
clean:
- $(RM) *.o effect-pad{,.exe}
+ $(RM) *.o osc-graphics{,.exe}
diff --git a/effect-pad.c b/main.c
index 0876b89..0876b89 100644
--- a/effect-pad.c
+++ b/main.c