shithub: rott

Download patch

ref: 6d8418b3549331b9c7fac258ae98815b02dad394
parent: 3a6a7d54b1645e4a2a275b9114c70d6bd578183c
author: levesqu8 <levesqu8@msu.edu>
date: Mon Nov 20 14:11:00 EST 2017

forgot modified Makefile. Oops Again

--- a/rott/Makefile
+++ b/rott/Makefile
@@ -82,6 +82,7 @@
 OBJS += byteordr.o
 OBJS += dukemusc.o
 OBJS += winrott.o
+OBJS += queue.o
 
 AUDIOLIB := audiolib/audiolib.a
 
@@ -99,4 +100,4 @@
 	$(RM) $(OBJS) $(ROTT) $(ROTT).exe
 
 clean: tidy
-	$(MAKE) -C audiolib $@
\ No newline at end of file
+	$(MAKE) -C audiolib $@