bitwise: ion release doesn't need a different target name

This commit is contained in:
Kyle Isom 2018-03-28 06:59:23 -07:00
parent 71dff5d299
commit ed28464c04
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ clean:
.PHONY: release
release: clean
CFLAGS="$(CFLAGS) -DRELEASE" make $(TARGET) && mv $(TARGET) $(TARGET)-release
CFLAGS="$(CFLAGS) -DRELEASE" make $(TARGET)