aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 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}