]> jfr.im git - irc/quakenet/newserv.git/blobdiff - testmod/Makefile
Remove test #ifs around the GL commands.
[irc/quakenet/newserv.git] / testmod / Makefile
index c46eaadf9064492b80ab2b74ff16d83cf39f6cc5..deac7c728d7d2159b5f015ed2eed6507eefb641b 100644 (file)
@@ -1,6 +1,6 @@
+include ../build.mk
 
 .PHONY: all
 all: testmod.so  
 
 testmod.so: testmod.o
-       ld -shared -Bdynamic -o $@ $^