summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@ping.uio.no>2010-10-19 00:20:35 +0200
committerMartin Stensgård <mastensg@ping.uio.no>2010-10-19 00:20:35 +0200
commit7e071db6bee659dbd2b4261830f4e2f10bc8ba33 (patch)
treee49bfd229464f378113a2b5653e6e0c04de2826e /Makefile
parentdf6a25599abac84f0f736b3029024cdd500bc106 (diff)
Fail.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 892125d..95d7e82 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ OBJECTS = $(BINARY).o
all: $(BINARY)
+$(BINARY): $(BINARY).c 3dmath.c
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BINARY) 3dmath.c $(BINARY).c
+
clean:
rm -f $(BINARY).o $(BINARY)