changeset 36:f5eca2e829ca

Oops^2.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 02:48:31 +0200
parents b4c72c135f5b
children 38b7583302c3
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Tue Mar 19 02:47:31 2013 +0200
+++ b/Makefile.gen	Tue Mar 19 02:48:31 2013 +0200
@@ -26,6 +26,8 @@
 $(OBJPATH)3x666.o: 3x666.c config.h 3xfont.h
 	$(CC) $(CFLAGS) -c -o $@ $< $(SDL_CFLAGS) -Idmlib/
 
+$(BINPATH)3x666$(EXEEXT): $(OBJPATH)3x666.o
+	$(CC) -o $@ $+ $(LDFLAGS) $(SDL_LDFLAGS)
 
 
 ###