rename zint_frontend back to zint

This commit is contained in:
taipanromania
2008-09-24 08:59:39 +00:00
parent 8e0c360bef
commit 67c2c477ae
3 changed files with 178 additions and 176 deletions

View File

@ -17,7 +17,7 @@ bindir := $(prefix)/bin
DESTDIR :=
zint: main.c
$(CC) $(INCLUDE) $(CFLAGS) $(ZINT_VERSION) -I../backend -L../backend main.c -o zint_frontend -lzint
$(CC) $(INCLUDE) $(CFLAGS) $(ZINT_VERSION) -I../backend -L../backend main.c -o zint -lzint
.PHONY: install uninstall clean dist