Commit 9a85a10e authored by chenhaowen's avatar chenhaowen

version 1.6.1

parent 565bb5de
......@@ -34,10 +34,8 @@ dll: $(objects)
$(CC) -shared $(objects) -o $(DLLNAME) $(CFLAGS) $(LIBS)
tarball: *.c *.h
mkdir ../gdut-drcom
cp -r * ../gdut-drcom
tar cvjf ../release/gdut-drcom-$(VERSION).tar.bz2 * -C ../gdut-drcom
rm -r ../gdut-drcom
tar cjf ../release/gdut-drcom-$(VERSION).tar.bz2 -C ../.. gdut-drcom --exclude=gdut-drcom/release --exclude=gdut-drcom/.git
md5sum ../release/gdut-drcom-$(VERSION).tar.bz2
gdut-drcom.o: gdut-drcom.c
$(CC) $(CFLAGS) -c $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment